Compare commits
15 Commits
version_11
...
version_26
| Author | SHA1 | Date | |
|---|---|---|---|
| 7abf615163 | |||
| dad1f72701 | |||
| 48ab814f17 | |||
| 52ab902dc5 | |||
| 50ab310ab9 | |||
| 804a2e5443 | |||
| 20f6f75d31 | |||
| 1f551347c7 | |||
| b5c5a2cc06 | |||
| 4acc06c118 | |||
| e224e2f5af | |||
| 5218af5ef3 | |||
| fec4d52ae0 | |||
| f03bde88df | |||
| dca5a619bc |
@@ -5,15 +5,15 @@
|
||||
|
||||
:root {
|
||||
/* @colorThemes/lightTheme/grayNavyBlue */
|
||||
--background: #010912;
|
||||
--card: #152840;
|
||||
--foreground: #e6f0ff;
|
||||
--primary-cta: #cee7ff;
|
||||
--primary-cta-text: #010912;
|
||||
--secondary-cta: #0e1a29;
|
||||
--secondary-cta-text: #e6f0ff;
|
||||
--accent: #3f5c79;
|
||||
--background-accent: #004a93;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #f5f5f5;
|
||||
--primary-cta: #ffdf7d;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #b8860b;
|
||||
--background-accent: #8b6914;
|
||||
|
||||
/* @layout/border-radius/rounded */
|
||||
--radius: 1rem;
|
||||
|
||||
Reference in New Issue
Block a user