summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorConnor Thomson <blumatrikz@gmail.com>2026-09-20 18:31:17 -0700
committerConnor Thomson <blumatrikz@gmail.com>2026-09-20 18:31:17 -0700
commitd97c77a9a5c014bb1af713be5284fb777e296bd9 (patch)
tree554ad68432e379dc72a4949216dc91bbc3296ae0 /css
parent0e4b03bc7e28e5b9f73b60f5bc2975b40290d163 (diff)
Update legal related stuff
Diffstat (limited to 'css')
-rwxr-xr-xcss/desktop/content.css4
-rwxr-xr-xcss/desktop/footer.css5
2 files changed, 7 insertions, 2 deletions
diff --git a/css/desktop/content.css b/css/desktop/content.css
index 0a86b16..a879711 100755
--- a/css/desktop/content.css
+++ b/css/desktop/content.css
@@ -26,3 +26,7 @@
border: none;
background-color: #98A5B0;
}
+
+.content ol.paren > li::marker {
+ content: counter(list-item, lower-alpha) ") ";
+}
diff --git a/css/desktop/footer.css b/css/desktop/footer.css
index 717c861..200d629 100755
--- a/css/desktop/footer.css
+++ b/css/desktop/footer.css
@@ -17,10 +17,10 @@
*/
.footer {
- height: 35px;
padding: 5px;
background-color: #CADCEB;
- display: flex;
+ display: flex;
+ flex-direction: column;
align-items: center;
justify-content: center;
border-radius: 0 0 9px 9px;
@@ -28,6 +28,7 @@
}
.footer p {
+ margin: 0;
font-size: small;
font-weight: bold;
} \ No newline at end of file