Compare commits
7 Commits
version_2_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| d114267e09 | |||
| 21d7ec1907 | |||
| 427b7505d6 | |||
| 73ef2a0b33 | |||
| e042f80b6f | |||
| e9c65cf487 | |||
| d8a7cff1d9 |
@@ -5,15 +5,15 @@
|
|||||||
|
|
||||||
:root {
|
:root {
|
||||||
/* @colorThemes/darkTheme/warmStoneOrange */
|
/* @colorThemes/darkTheme/warmStoneOrange */
|
||||||
--background: #ffffff;
|
--background: #fafffb;
|
||||||
--card: #f9fafb;
|
--card: #ffffff;
|
||||||
--foreground: #1f2937;
|
--foreground: #001a0a;
|
||||||
--primary-cta: #16a34a;
|
--primary-cta: #0a705f;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #fafffb;
|
||||||
--secondary-cta: #15803d;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #ffffff;
|
--secondary-cta-text: #001a0a;
|
||||||
--accent: #16a34a;
|
--accent: #a8d9be;
|
||||||
--background-accent: #f9fafb;
|
--background-accent: #6bbfb8;
|
||||||
|
|
||||||
/* @layout/border-radius/soft */
|
/* @layout/border-radius/soft */
|
||||||
--radius: 1.5rem;
|
--radius: 1.5rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user