diff options
Diffstat (limited to 'ufund-ui/src/styles.css')
-rw-r--r-- | ufund-ui/src/styles.css | 4 |
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; |