Compare commits
3 Commits
version_2_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| bd1918395c | |||
|
|
bbf3c740d2 | ||
| c1df177a41 |
@@ -5,15 +5,15 @@
|
||||
|
||||
:root {
|
||||
/* @colorThemes/lightTheme/grayNavyBlue */
|
||||
--background: #ffffff;
|
||||
--card: #f5f5f5;
|
||||
--foreground: #000000;
|
||||
--primary-cta: #e60000;
|
||||
--background: #e60000;
|
||||
--card: #cc0000;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #000000;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #000000;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #666666;
|
||||
--background-accent: #eeeeee;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #e60000;
|
||||
--accent: #ffcccc;
|
||||
--background-accent: #b30000;
|
||||
|
||||
/* @layout/border-radius/rounded */
|
||||
--radius: 0.5rem;
|
||||
|
||||
Reference in New Issue
Block a user