Compare commits
5 Commits
version_3_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 452e1d74b9 | |||
|
|
757f4b1b42 | ||
| f01d228aed | |||
|
|
913037d5b7 | ||
| 16e10fd30a |
@@ -5,15 +5,15 @@
|
||||
|
||||
:root {
|
||||
/* @colorThemes/lightTheme/grayNavyBlue */
|
||||
--background: #0F2E14;
|
||||
--card: #14421C;
|
||||
--foreground: #F0F0F0;
|
||||
--primary-cta: #35E553;
|
||||
--primary-cta-text: #000000;
|
||||
--secondary-cta: #0B6C1A;
|
||||
--secondary-cta-text: #FFFFFF;
|
||||
--accent: #1CB736;
|
||||
--background-accent: #008B1C;
|
||||
--background: #fdfbf7;
|
||||
--card: #f5f0e6;
|
||||
--foreground: #3e2723;
|
||||
--primary-cta: #5d4037;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #d7ccc8;
|
||||
--secondary-cta-text: #3e2723;
|
||||
--accent: #795548;
|
||||
--background-accent: #efebe0;
|
||||
|
||||
/* @layout/border-radius/rounded */
|
||||
--radius: 1rem;
|
||||
|
||||
Reference in New Issue
Block a user