Compare commits
15 Commits
version_3_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 0631bdf942 | |||
| da6b0001d8 | |||
| 8ef66a7ec4 | |||
| 14737ac776 | |||
| 415f31113b | |||
| bf5f8bba9b | |||
| 9c4c7ca561 | |||
| aa48a47aa0 | |||
| 9df192e901 | |||
| bd204316b2 | |||
| 0600626277 | |||
| 26afb71898 | |||
| 7e559074e6 | |||
| cb68af577f | |||
| e66f4aa996 |
@@ -5,15 +5,15 @@
|
||||
|
||||
:root {
|
||||
/* @colorThemes/lightTheme/grayNavyBlue */
|
||||
--background: #fafffb;
|
||||
--card: #ffffff;
|
||||
--foreground: #001a0a;
|
||||
--primary-cta: #0a705f;
|
||||
--primary-cta-text: #fafffb;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #001a0a;
|
||||
--accent: #a8d9be;
|
||||
--background-accent: #6bbfb8;
|
||||
--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: 0.5rem;
|
||||
|
||||
Reference in New Issue
Block a user