summaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2026-04-12 18:55:53 +0300
committerJan Tuomi <jan@jantuomi.fi>2026-04-13 10:04:08 +0300
commit2a896bdea1331bc4fe310a5673635889137fc362 (patch)
treef94770c83851b31e25ccdc1af60088ce3ce65559 /static/style.css
parent7f54cd9c2949136c4943d4fa7cfd9c18843be9f1 (diff)
Finish Spring 2026, improve cookbook
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 758d523..f32dc54 100644
--- a/static/style.css
+++ b/static/style.css
@@ -363,6 +363,22 @@ p {
line-height: 1.5;
}
+/* Required by Giallo (Zola syntax highlighter) */
+.giallo-l {
+ display: inline-block;
+ min-height: 1lh;
+ width: 100%;
+}
+.giallo-ln {
+ display: inline-block;
+ user-select: none;
+ margin-right: 0.4em;
+ padding: 0.4em;
+ min-width: 3ch;
+ text-align: right;
+ opacity: 0.8;
+}
+
/* Highlighting with Dracula theme as the base */
.z-code {
color: #f8f8f2;