aboutsummaryrefslogtreecommitdiff
path: root/static/stylesheets/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/stylesheets/style.css')
-rw-r--r--static/stylesheets/style.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/static/stylesheets/style.css b/static/stylesheets/style.css
index 0006ba3..2ab67d4 100644
--- a/static/stylesheets/style.css
+++ b/static/stylesheets/style.css
@@ -5,6 +5,7 @@ body {
margin: 0 0 1.5em 0;
color: white;
font-family: serif;
+ text-underline-offset: 2.25px;
}
header {
@@ -16,6 +17,7 @@ header {
user-select: none;
position: sticky;
top: 0;
+ overflow: clip;
}
#title {
@@ -112,7 +114,7 @@ ol, ul, pre code {
}
.alpha-ol ol {
- list-style-type: upper-alpha;
+ list-style-type: lower-alpha;
}
img, figcaption {