From 2a896bdea1331bc4fe310a5673635889137fc362 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 12 Apr 2026 18:55:53 +0300 Subject: Finish Spring 2026, improve cookbook --- static/style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'static') 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; -- cgit v1.3