Compare commits
9 Commits
version_5_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| aa95f6ad09 | |||
| c8785d0dc2 | |||
| b709226a7d | |||
| 06e86d4bea | |||
| 150117b088 | |||
| b18ed0c429 | |||
| d5562a3e19 | |||
| d35b66e975 | |||
| b1c6ae3f6d |
@@ -5,15 +5,15 @@
|
||||
|
||||
:root {
|
||||
/* @colorThemes/lightTheme/grayNavyBlue */
|
||||
--background: #fffafa;
|
||||
--background: #f5faff;
|
||||
--card: #ffffff;
|
||||
--foreground: #1a0000;
|
||||
--primary-cta: #e63946;
|
||||
--primary-cta-text: #fffafa;
|
||||
--foreground: #001122;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #f5faff;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1a0000;
|
||||
--accent: #f5c4c7;
|
||||
--background-accent: #f09199;
|
||||
--secondary-cta-text: #001122;
|
||||
--accent: #a8cce8;
|
||||
--background-accent: #7ba3cf;
|
||||
|
||||
/* @layout/border-radius/rounded */
|
||||
--radius: 0.5rem;
|
||||
|
||||
Reference in New Issue
Block a user