Compare commits
12 Commits
version_1_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| c228a57dc1 | |||
| 3352db5445 | |||
| 041872a414 | |||
| 89013dc80b | |||
| e0bd2695f2 | |||
| 594562868d | |||
| ec13c47479 | |||
| 969dabab9d | |||
| 604b5d4ec3 | |||
| ad90e2cdf0 | |||
| 4ac2d597f4 | |||
| fb4cce3fc6 |
@@ -5,15 +5,15 @@
|
||||
|
||||
:root {
|
||||
/* @colorThemes/lightTheme/grayNavyBlue */
|
||||
--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;
|
||||
--background: #f6f7f4;
|
||||
--card: #fffefe;
|
||||
--foreground: #080908;
|
||||
--primary-cta: #0e3a29;
|
||||
--primary-cta-text: #fffefe;
|
||||
--secondary-cta: #ebeee0;
|
||||
--secondary-cta-text: #080908;
|
||||
--accent: #35c18b;
|
||||
--background-accent: #c6efc6;
|
||||
|
||||
/* @layout/border-radius/rounded */
|
||||
--radius: 1rem;
|
||||
|
||||
Reference in New Issue
Block a user