Compare commits
31 Commits
version_4_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 173cbb1b87 | |||
| 46d36c19ea | |||
| 8db0d28212 | |||
| 3c51221cf2 | |||
| 5a8f6b6e6c | |||
| 3611e639dc | |||
| 81731f4aba | |||
| 02eda299c8 | |||
| 32cb18e48e | |||
| eaf5aed894 | |||
| 28a702610b | |||
| 390170eb49 | |||
| 6462a4f0ee | |||
| 763bfea503 | |||
| ccb089524e | |||
| 65e3e638cb | |||
| efe066b413 | |||
| 42b9eb6a51 | |||
| 43e5da4e31 | |||
| d3bcdc9196 | |||
| fba49cd7c2 | |||
| 08e6feddf6 | |||
| ba95b89a81 | |||
| ac888684f6 | |||
| ef81104ae3 | |||
| 03bb8e06c7 | |||
| c583aac97a | |||
| 6cd79057b4 | |||
| 4cdabeea38 | |||
| 12e6fc3d62 | |||
| 9925b9c7cc |
@@ -5,15 +5,15 @@
|
||||
|
||||
:root {
|
||||
/* @colorThemes/lightTheme/grayNavyBlue */
|
||||
--background: #f5f5f5;
|
||||
--card: #ffffff;
|
||||
--foreground: #1c1c1c;
|
||||
--primary-cta: #1c1c1c;
|
||||
--primary-cta-text: #f5f5f5;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1c1c1c;
|
||||
--accent: #15479c;
|
||||
--background-accent: #a8cce8;
|
||||
--background: #000802;
|
||||
--card: #0b1a0b;
|
||||
--foreground: #e6ffe6;
|
||||
--primary-cta: #80da9b;
|
||||
--primary-cta-text: #000802;
|
||||
--secondary-cta: #07170b;
|
||||
--secondary-cta-text: #e6ffe6;
|
||||
--accent: #38714a;
|
||||
--background-accent: #2c6541;
|
||||
|
||||
/* @layout/border-radius/rounded */
|
||||
--radius: 0.5rem;
|
||||
|
||||
Reference in New Issue
Block a user