From 2398a0384b58b2e8e67dfa0c585cf1453848bde3 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sat, 24 Feb 2024 10:18:00 -0500 Subject: [PATCH] Reduce card border contrast --- ws/static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ws/static/styles.css b/ws/static/styles.css index bd9d9d7..73ed229 100644 --- a/ws/static/styles.css +++ b/ws/static/styles.css @@ -116,7 +116,7 @@ header > h1 > span { @media (prefers-color-scheme: dark) { html { background: #171717; - color: #ccc; + color: #424242; } a {