diff --git a/src/index.css b/src/index.css index fc4fb47..e352af2 100644 --- a/src/index.css +++ b/src/index.css @@ -4,6 +4,25 @@ @import "./styles/animations.css"; :root { + --background: 222 47% 11%; + --foreground: 210 40% 98%; + --card: 223 47% 14%; + --card-foreground: 210 40% 98%; + --popover: 223 47% 14%; + --popover-foreground: 210 40% 98%; + --primary: 217 91% 60%; + --primary-foreground: 222 47% 11%; + --secondary: 217 33% 17%; + --secondary-foreground: 210 40% 98%; + --muted: 217 33% 17%; + --muted-foreground: 215 20% 65%; + --accent: 217 33% 17%; + --accent-foreground: 210 40% 98%; + --destructive: 0 63% 31%; + --destructive-foreground: 210 40% 98%; + --border: 217 33% 17%; + --input: 217 33% 17%; + --ring: 224 76% 48%; /* @colorThemes/lightTheme/grayNavyBlue */ --background: #0a0a0a; --card: #1a1a1a;