aboutsummaryrefslogtreecommitdiff
path: root/static/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'static/stylesheets')
-rw-r--r--static/stylesheets/highlight.css1
-rw-r--r--static/stylesheets/style.css4
2 files changed, 4 insertions, 1 deletions
diff --git a/static/stylesheets/highlight.css b/static/stylesheets/highlight.css
index 035b2d0..ea6d80c 100644
--- a/static/stylesheets/highlight.css
+++ b/static/stylesheets/highlight.css
@@ -90,3 +90,4 @@
/* nginx LiteralString */ .chroma code.language-nginx .s { color: #ffffff }
/* sh NameVariable */ .chroma code.language-sh .nv { color: #8ec07c }
/* sh CommentPreproc */ .chroma .cp { color: #928374 }
+/* yaml NameTag */ .chroma code.language-yaml .nt { color: #83a598 }
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 {