Compare commits
3 Commits
version_3_
...
version_6_
| Author | SHA1 | Date | |
|---|---|---|---|
| 5ea17a39e0 | |||
| a634966c9d | |||
| 8c4a42a4f6 |
@@ -5,15 +5,15 @@
|
|||||||
|
|
||||||
:root {
|
:root {
|
||||||
/* @colorThemes/lightTheme/grayNavyBlue */
|
/* @colorThemes/lightTheme/grayNavyBlue */
|
||||||
--background: #f5f5f5;
|
--background: #efebe5;
|
||||||
--card: #ffffff;
|
--card: #f7f2ea;
|
||||||
--foreground: #1c1c1c;
|
--foreground: #000000;
|
||||||
--primary-cta: #1c1c1c;
|
--primary-cta: #000000;
|
||||||
--primary-cta-text: #f5f5f5;
|
--primary-cta-text: #efebe5;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #1c1c1c;
|
--secondary-cta-text: #000000;
|
||||||
--accent: #15479c;
|
--accent: #ffffff;
|
||||||
--background-accent: #a8cce8;
|
--background-accent: #e1b875;
|
||||||
|
|
||||||
/* @layout/border-radius/rounded */
|
/* @layout/border-radius/rounded */
|
||||||
--radius: 0.5rem;
|
--radius: 0.5rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user