Compare commits
13 Commits
version_1_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| aa95f6ad09 | |||
| c8785d0dc2 | |||
| b709226a7d | |||
| 090484cf4b | |||
| 06e86d4bea | |||
| 767c1b196f | |||
| 150117b088 | |||
| dd7d001c75 | |||
| b18ed0c429 | |||
| 28851b2ece | |||
| d5562a3e19 | |||
| d35b66e975 | |||
| b1c6ae3f6d |
@@ -5,15 +5,15 @@
|
||||
|
||||
:root {
|
||||
/* @colorThemes/lightTheme/grayNavyBlue */
|
||||
--background: #0a0a0a;
|
||||
--card: #151515;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #1c6e3b;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #15479c;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #ffd700;
|
||||
--background-accent: #1a1a1a;
|
||||
--background: #f5faff;
|
||||
--card: #ffffff;
|
||||
--foreground: #001122;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #f5faff;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #001122;
|
||||
--accent: #a8cce8;
|
||||
--background-accent: #7ba3cf;
|
||||
|
||||
/* @layout/border-radius/rounded */
|
||||
--radius: 0.5rem;
|
||||
|
||||
Reference in New Issue
Block a user