Update src/app/styles/variables.css
This commit is contained in:
@@ -2,23 +2,16 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
/* --background: #ffffff;;
|
||||
--card: #f0f4f8;;
|
||||
--foreground: #0c1e3e;;
|
||||
--primary-cta: #0052cc;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #0052cc;;
|
||||
--background-accent: #e0eef9;; */
|
||||
|
||||
--background: #ffffff;;
|
||||
--card: #f0f4f8;;
|
||||
--foreground: #0c1e3e;;
|
||||
--primary-cta: #0052cc;;
|
||||
--primary-cta-text: #f5f5f5;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--secondary-cta-text: #1c1c1c;;
|
||||
--accent: #0052cc;;
|
||||
--background-accent: #e0eef9;;
|
||||
/* Blue and white theme */
|
||||
--background: #ffffff;
|
||||
--card: #f0f4f8;
|
||||
--foreground: #0c1e3e;
|
||||
--primary-cta: #0052cc;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #0c1e3e;
|
||||
--accent: #0052cc;
|
||||
--background-accent: #e0eef9;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user