aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/styles.css
diff options
context:
space:
mode:
authorAkash Keshav <112591754+domesticchores@users.noreply.github.com>2025-04-04 20:49:15 -0400
committerAkash Keshav <112591754+domesticchores@users.noreply.github.com>2025-04-04 20:49:15 -0400
commitac6fa949a754778f268fb91f0b32464c153191ef (patch)
treefc37f83d5e8f74ca91676c436371469f60e5689c /ufund-ui/src/styles.css
parentb4a9cd9d540d42a61bee9045d41ada392305a8d5 (diff)
downloadJellySolutions-ac6fa949a754778f268fb91f0b32464c153191ef.tar.gz
JellySolutions-ac6fa949a754778f268fb91f0b32464c153191ef.tar.bz2
JellySolutions-ac6fa949a754778f268fb91f0b32464c153191ef.zip
refactor login-page and need-list to support light/dark mode
Diffstat (limited to 'ufund-ui/src/styles.css')
-rw-r--r--ufund-ui/src/styles.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/ufund-ui/src/styles.css b/ufund-ui/src/styles.css
index a1902fd..9fce47d 100644
--- a/ufund-ui/src/styles.css
+++ b/ufund-ui/src/styles.css
@@ -1,8 +1,8 @@
/* You can add global styles to this file, and also import other style files */
-:root {
+/* :root {
color-scheme: dark;
-}
+} */
* {
box-sizing: border-box;
@@ -12,8 +12,11 @@
[theme="light"] {
--background-color: #e6e4df;
+ --secondary-color: #e0dcd4;
+ --tertiary-color: #cac6be;
--foreground-color: #000000;
--highlight-color: #cf9451;
+ --dark-highlight-clor: #582f00;
--hover-color: #d8cdc0;
--opacity-cr: 1;
--opacity-jf: 0;
@@ -21,8 +24,11 @@
[theme="dark"] {
--background-color: #000715;
+ --secondary-color: #444444;
+ --tertiary-color: #3a3a3a;
--foreground-color: #ffffff;
--highlight-color: #6091e8;
+ --dark-highlight-clor: #002846;
--hover-color: #394559;
--opacity-cr: 0;
--opacity-jf: 1;