Compare commits
12 Commits
version_2_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| b5c3a37ab0 | |||
| 0f9b48534f | |||
| 16ecbc536a | |||
| ce8f179668 | |||
| f78706eef9 | |||
| 5549c10f9a | |||
| dd82e06999 | |||
| d0d5a3d4ea | |||
| b019bf13b0 | |||
| 245a97743b | |||
| c76b505bfa | |||
| 650e5c46c8 |
@@ -5,15 +5,15 @@
|
||||
|
||||
:root {
|
||||
/* @colorThemes/lightTheme/grayNavyBlue */
|
||||
--background: #f5faff;
|
||||
--background: #f5f4f0;
|
||||
--card: #ffffff;
|
||||
--foreground: #001122;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #f5faff;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #001122;
|
||||
--accent: #a8cce8;
|
||||
--background-accent: #7ba3cf;
|
||||
--foreground: #1a1a1a;
|
||||
--primary-cta: #2c2c2c;
|
||||
--primary-cta-text: #f5f4f0;
|
||||
--secondary-cta: #f5f4f0;
|
||||
--secondary-cta-text: #1a1a1a;
|
||||
--accent: #8a8a8a;
|
||||
--background-accent: #e8e6e1;
|
||||
|
||||
/* @layout/border-radius/rounded */
|
||||
--radius: 1rem;
|
||||
|
||||
Reference in New Issue
Block a user