Compare commits
14 Commits
version_3_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| e48f4a3868 | |||
| fdbb45e551 | |||
| 4061ec3aa3 | |||
| d42a983da9 | |||
| d1c970eed3 | |||
| 5571b901d9 | |||
| a3a16b3501 | |||
| ba79c2eee3 | |||
| 79effef1d7 | |||
| 673b12cf3d | |||
| 1deaad6bfa | |||
| b399f4bcda | |||
| 796cb2cd87 | |||
| 7a312953d0 |
@@ -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: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #f0f8ffe6;
|
||||
--primary-cta: #cee7ff;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #f0f8ffe6;
|
||||
--accent: #737373;
|
||||
--background-accent: #737373;
|
||||
|
||||
/* @layout/border-radius/rounded */
|
||||
--radius: 1.5rem;
|
||||
|
||||
Reference in New Issue
Block a user