Compare commits
7 Commits
version_22
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| d79da2f2ff | |||
| 7844cab63d | |||
| 556deedc7a | |||
| 74ba678493 | |||
| 76c0ad5644 | |||
| 8513838bda | |||
| 0654c68e55 |
@@ -6,15 +6,15 @@
|
||||
|
||||
:root {
|
||||
/* Dark theme with monochrome accents */
|
||||
--background: #fbfaff;
|
||||
--background: #f5faff;
|
||||
--card: #ffffff;
|
||||
--foreground: #0f0022;
|
||||
--primary-cta: #8b5cf6;
|
||||
--primary-cta-text: #fbfaff;
|
||||
--foreground: #001122;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #f5faff;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #0f0022;
|
||||
--accent: #d8cef5;
|
||||
--background-accent: #c4a8f9;
|
||||
--secondary-cta-text: #001122;
|
||||
--accent: #a8cce8;
|
||||
--background-accent: #7ba3cf;
|
||||
|
||||
/* @layout/border-radius/soft */
|
||||
--radius: 1.5rem;
|
||||
|
||||
Reference in New Issue
Block a user