summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordmlunar <root@lunar.sh>2026-02-14 09:39:14 +0200
committerGitHub <noreply@github.com>2026-02-14 09:39:14 +0200
commitc84fb2a003160da89ffd70cfaac167145b2f7c86 (patch)
treee17413766f4398cda6fca7c38578505dd2c0daa9
parent1a9f81d8b5997f9afd1ca6247b4335391a863dcf (diff)
downloadjournal.lunar.sh-c84fb2a003160da89ffd70cfaac167145b2f7c86.tar.gz
journal.lunar.sh-c84fb2a003160da89ffd70cfaac167145b2f7c86.zip
Add background color to first ordered list
-rw-r--r--style.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/style.scss b/style.scss
index 68300fa..35d6f27 100644
--- a/style.scss
+++ b/style.scss
@@ -162,6 +162,7 @@ div ol {
div ol:first-of-type {
font-size: 15px;
border: 1px solid #535353;
+ background: #211f26;
}
ol li::marker {