diff options
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 16 |
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; |
