From 40c4890412434ffd424d5a5477239c85a4172b2a Mon Sep 17 00:00:00 2001 From: Tyler Flowers Date: Sun, 6 Aug 2023 03:31:39 +0000 Subject: [PATCH] Use retype's theme color instead of pure black --- static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles.css b/static/styles.css index 2e23628e4..fe467caa8 100644 --- a/static/styles.css +++ b/static/styles.css @@ -8,5 +8,5 @@ html.dark ul.flex-col > li > a > svg { } :not(html.dark) ul.flex-col > li > a > svg { - color: black; + color: rgb(47 51 72/var(--tw-text-opacity)); }