mirror of
https://github.com/dani-garcia/bw_web_builds.git
synced 2025-01-12 04:37:19 +03:00
change light mode color scheme
This commit is contained in:
parent
8544453a5e
commit
3f796d0503
1 changed files with 22 additions and 0 deletions
|
@ -730,3 +730,25 @@ index 4293eb9966..7a8e861e8d 100644
|
|||
this.onRecoverSelected.emit();
|
||||
}
|
||||
}
|
||||
diff --git a/libs/components/src/tw-theme.css b/libs/components/src/tw-theme.css
|
||||
index 75a8fa6380..733dbe9413 100644
|
||||
--- a/libs/components/src/tw-theme.css
|
||||
+++ b/libs/components/src/tw-theme.css
|
||||
@@ -6,12 +6,12 @@
|
||||
--color-background: 255 255 255;
|
||||
--color-background-alt: 251 251 251;
|
||||
--color-background-alt2: 23 92 219;
|
||||
- --color-background-alt3: 18 82 163;
|
||||
- --color-background-alt4: 13 60 119;
|
||||
+ --color-background-alt3: 33 37 41; /* bg of menu panel */
|
||||
+ --color-background-alt4: 16 18 21; /* bg of active menu item */
|
||||
|
||||
- --color-primary-300: 103 149 232;
|
||||
- --color-primary-500: 23 93 220;
|
||||
- --color-primary-700: 18 82 163;
|
||||
+ --color-primary-300: 108 117 125; /* hover of menu items */
|
||||
+ --color-primary-500: 18 82 163; /* color of links and buttons */
|
||||
+ --color-primary-700: 13 60 119; /* hover of links and buttons */
|
||||
|
||||
--color-secondary-100: 240 240 240;
|
||||
--color-secondary-300: 206 212 220;
|
||||
|
|
Loading…
Reference in a new issue