Update src/app/styles/variables.css

This commit is contained in:
2026-02-25 12:42:09 +00:00
parent 1ab112bad6
commit a2eb2e9cc8

View File

@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #000912;;
--card: #0a1a3d;;
--foreground: #e6f0ff;;
--primary-cta: #00d9ff;;
--secondary-cta: #0a1a3d;;
--accent: #00d9ff;;
--background-accent: #0055aa;; */
/* --background: #000a1a;;
--card: #051433;;
--foreground: #d9ebff;;
--primary-cta: #2323ff;;
--secondary-cta: #051433;;
--accent: #2323ff;;
--background-accent: #0a40cc;; */
--background: #000912;;
--card: #0a1a3d;;
--foreground: #e6f0ff;;
--primary-cta: #00d9ff;;
--background: #000a1a;;
--card: #051433;;
--foreground: #d9ebff;;
--primary-cta: #2323ff;;
--primary-cta-text: #000912;;
--secondary-cta: #0a1a3d;;
--secondary-cta: #051433;;
--secondary-cta-text: #e6f0ff;;
--accent: #00d9ff;;
--background-accent: #0055aa;;
--accent: #2323ff;;
--background-accent: #0a40cc;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);