From bc7a0069afac85617fa7724628aac6b3da0d0d2c Mon Sep 17 00:00:00 2001 From: sowgro Date: Sun, 6 Apr 2025 20:16:39 -0400 Subject: Tweak light theme for improved contrast --- ufund-ui/src/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ufund-ui/src/styles.css b/ufund-ui/src/styles.css index eae5b50..c4034ad 100644 --- a/ufund-ui/src/styles.css +++ b/ufund-ui/src/styles.css @@ -8,8 +8,8 @@ [theme="light"] { color-scheme: light; --background-color: #e6e4df; - --secondary-color: #e0dcd4; - --tertiary-color: #cac6be; + --secondary-color: #d7d1c7; + --tertiary-color: #e0dcd4; --foreground-color: #000000; --highlight-color: #cf9451; --dark-highlight-clor: #582f00; -- cgit v1.2.3