Compare commits
4 Commits
version_3_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 22084f9f50 | |||
|
|
21aea58ad8 | ||
| 511b7a0526 | |||
| 79f08c0859 |
@@ -5,15 +5,15 @@
|
||||
|
||||
:root {
|
||||
/* @colorThemes/lightTheme/grayNavyBlue */
|
||||
--background: #f5f4f0;
|
||||
--card: #ffffff;
|
||||
--foreground: #1a1a1a;
|
||||
--primary-cta: #2c2c2c;
|
||||
--background: #0a0a0a;
|
||||
--card: #161616;
|
||||
--foreground: #f5f5f5;
|
||||
--primary-cta: #9333ea;
|
||||
--primary-cta-text: #f5f4f0;
|
||||
--secondary-cta: #f5f4f0;
|
||||
--secondary-cta-text: #1a1a1a;
|
||||
--accent: #8a8a8a;
|
||||
--background-accent: #e8e6e1;
|
||||
--secondary-cta: #e11d48;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #333333;
|
||||
--background-accent: #1a1a1a;
|
||||
|
||||
/* @layout/border-radius/rounded */
|
||||
--radius: 1rem;
|
||||
|
||||
Reference in New Issue
Block a user