Compare commits
18 Commits
version_17
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 173cbb1b87 | |||
| 46d36c19ea | |||
| 8db0d28212 | |||
| 5a8f6b6e6c | |||
| 81731f4aba | |||
| 32cb18e48e | |||
| 28a702610b | |||
| 6462a4f0ee | |||
| ccb089524e | |||
| efe066b413 | |||
| 43e5da4e31 | |||
| fba49cd7c2 | |||
| ba95b89a81 | |||
| ef81104ae3 | |||
| c583aac97a | |||
| 4cdabeea38 | |||
| 12e6fc3d62 | |||
| 9925b9c7cc |
@@ -5,15 +5,15 @@
|
||||
|
||||
:root {
|
||||
/* @colorThemes/lightTheme/grayNavyBlue */
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #f5fffae6;
|
||||
--background: #000802;
|
||||
--card: #0b1a0b;
|
||||
--foreground: #e6ffe6;
|
||||
--primary-cta: #80da9b;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #f5fffae6;
|
||||
--accent: #737373;
|
||||
--background-accent: #737373;
|
||||
--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