Compare commits
7 Commits
version_1_
...
version_8_
| Author | SHA1 | Date | |
|---|---|---|---|
| becd712727 | |||
| 2ebfd203ce | |||
| 5ea17a39e0 | |||
| a634966c9d | |||
| 8c4a42a4f6 | |||
| d502be421c | |||
| 5d7ff343fd |
@@ -5,15 +5,15 @@
|
|||||||
|
|
||||||
:root {
|
:root {
|
||||||
/* @colorThemes/lightTheme/grayNavyBlue */
|
/* @colorThemes/lightTheme/grayNavyBlue */
|
||||||
--background: #0a0a0a;
|
--background: #f7f6f7;
|
||||||
--card: #1a1a1a;
|
--card: #ffffff;
|
||||||
--foreground: #f5f5f5;
|
--foreground: #1b0c25;
|
||||||
--primary-cta: #ffdf7d;
|
--primary-cta: #1b0c25;
|
||||||
--primary-cta-text: #0a0a0a;
|
--primary-cta-text: #f7f6f7;
|
||||||
--secondary-cta: #1a1a1a;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #ffffff;
|
--secondary-cta-text: #1b0c25;
|
||||||
--accent: #b8860b;
|
--accent: #ff93e4;
|
||||||
--background-accent: #8b6914;
|
--background-accent: #e8a8c3;
|
||||||
|
|
||||||
/* @layout/border-radius/rounded */
|
/* @layout/border-radius/rounded */
|
||||||
--radius: 0.5rem;
|
--radius: 0.5rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user