diff options
| author | dmlunar <root@lunar.sh> | 2026-02-14 09:39:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-14 09:39:14 +0200 |
| commit | c84fb2a003160da89ffd70cfaac167145b2f7c86 (patch) | |
| tree | e17413766f4398cda6fca7c38578505dd2c0daa9 | |
| parent | 1a9f81d8b5997f9afd1ca6247b4335391a863dcf (diff) | |
| download | journal.lunar.sh-c84fb2a003160da89ffd70cfaac167145b2f7c86.tar.gz journal.lunar.sh-c84fb2a003160da89ffd70cfaac167145b2f7c86.zip | |
Add background color to first ordered list
| -rw-r--r-- | style.scss | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -162,6 +162,7 @@ div ol { div ol:first-of-type { font-size: 15px; border: 1px solid #535353; + background: #211f26; } ol li::marker { |
