- commit
- 480b0a88b58c0b00732a29f9035b2c9d21071176
- parent
- 924c21cb1f99cdf447dc8dba634c67aab1f9b9e6
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2024-04-10 05:36
css: consistently use custom properties for colors
Diffstat
M | style/style.scss | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/style/style.scss b/style/style.scss
@@ -59,7 +59,7 @@ pre { 59 59 font-size: smaller; 60 60 } 61 61 .footnotes :target {62 -1 background-color: $color-bg-tint;-1 62 background-color: var(--color-bg-tint); 63 63 } 64 64 65 65 .header__nav {