aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/styles.css
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2025-04-06 20:16:39 -0400
committersowgro <tpoke.ferrari@gmail.com>2025-04-06 20:16:39 -0400
commitbc7a0069afac85617fa7724628aac6b3da0d0d2c (patch)
tree598150438198f15e8a65721f4fae8ca60abf62f8 /ufund-ui/src/styles.css
parent512f00544e77c4e942a1813a774875bff86b5c2f (diff)
downloadJellySolutions-bc7a0069afac85617fa7724628aac6b3da0d0d2c.tar.gz
JellySolutions-bc7a0069afac85617fa7724628aac6b3da0d0d2c.tar.bz2
JellySolutions-bc7a0069afac85617fa7724628aac6b3da0d0d2c.zip
Tweak light theme for improved contrast
Diffstat (limited to '')
-rw-r--r--ufund-ui/src/styles.css4
1 files 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;