Compare commits
3 Commits
version_4_
...
version_7_
| Author | SHA1 | Date | |
|---|---|---|---|
| 2ebfd203ce | |||
| 5ea17a39e0 | |||
| a634966c9d |
@@ -5,15 +5,15 @@
|
|||||||
|
|
||||||
:root {
|
:root {
|
||||||
/* @colorThemes/lightTheme/grayNavyBlue */
|
/* @colorThemes/lightTheme/grayNavyBlue */
|
||||||
--background: #efebe5;
|
--background: #0a0a0a;
|
||||||
--card: #f7f2ea;
|
--card: #1a1a1a;
|
||||||
--foreground: #000000;
|
--foreground: #ffffffe6;
|
||||||
--primary-cta: #000000;
|
--primary-cta: #e6e6e6;
|
||||||
--primary-cta-text: #efebe5;
|
--primary-cta-text: #0a0a0a;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #1a1a1a;
|
||||||
--secondary-cta-text: #000000;
|
--secondary-cta-text: #ffffffe6;
|
||||||
--accent: #ffffff;
|
--accent: #737373;
|
||||||
--background-accent: #e1b875;
|
--background-accent: #737373;
|
||||||
|
|
||||||
/* @layout/border-radius/rounded */
|
/* @layout/border-radius/rounded */
|
||||||
--radius: 0.5rem;
|
--radius: 0.5rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user