Update theme colors
This commit is contained in:
@@ -5,15 +5,15 @@
|
|||||||
|
|
||||||
:root {
|
:root {
|
||||||
/* @colorThemes/lightTheme/grayNavyBlue */
|
/* @colorThemes/lightTheme/grayNavyBlue */
|
||||||
--background: #f5faff;
|
--background: #fafffb;
|
||||||
--card: #ffffff;
|
--card: #ffffff;
|
||||||
--foreground: #001122;
|
--foreground: #001a0a;
|
||||||
--primary-cta: #15479c;
|
--primary-cta: #0a705f;
|
||||||
--primary-cta-text: #f5faff;
|
--primary-cta-text: #fafffb;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #001122;
|
--secondary-cta-text: #001a0a;
|
||||||
--accent: #a8cce8;
|
--accent: #a8d9be;
|
||||||
--background-accent: #7ba3cf;
|
--background-accent: #6bbfb8;
|
||||||
|
|
||||||
/* @layout/border-radius/rounded */
|
/* @layout/border-radius/rounded */
|
||||||
--radius: 1rem;
|
--radius: 1rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user