From 734027c06a655d8d2f03f05004951be3e5ad15e5 Mon Sep 17 00:00:00 2001 From: refact0r <34758569+refact0r@users.noreply.github.com> Date: Mon, 22 Jul 2024 16:20:11 -0700 Subject: [PATCH] fix --- system24.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system24.css b/system24.css index 6b7ed09..7cb6b60 100644 --- a/system24.css +++ b/system24.css @@ -132,6 +132,7 @@ #app-mount button path[fill='var(--white-500)'] { fill: var(--txt-0); } + /* accents */ svg[style='color: rgb(88, 101, 242);'] /* folder icons */ { color: var(--acc-0) !important; @@ -915,7 +916,7 @@ html.theme-light { --voice-video-video-tile-blur-fallback: hsl( 225 calc(1 * 6.3%) 12.5% / 0.48 ); - --white: var(--txt-0); + --white: var(--bg-0); --you-bar-bg: var(--primary-800); --elevation-low: none;