From b1e95e8532334f7404446c4880be58152eeedff4 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 23 Sep 2024 07:16:24 +0200 Subject: Make asides more faint --- src/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/style.css b/src/style.css index 23feff9..c920dc8 100644 --- a/src/style.css +++ b/src/style.css @@ -5,13 +5,13 @@ :root { color-scheme: light dark; --ref-offset: 2ch; + --faint: color-mix(in hwb, var(--fg) 75%, var(--bg)); } @media (prefers-color-scheme: light) { :root { --fg: black; --bg: white; - --faint: rgba(0, 0, 0, 0.75); } a, a:visited { @@ -23,7 +23,6 @@ :root { --fg: white; --bg: black; - --faint: rgba(255, 255, 255, 0.75); } a, a:visited { -- cgit v1.2.3