Updated app
This commit is contained in:
+15
-14
@@ -4,25 +4,26 @@
|
|||||||
|
|
||||||
@layer base {
|
@layer base {
|
||||||
:root {
|
:root {
|
||||||
--background: 226 100% 94.1%;
|
--background: 222 47% 11%;
|
||||||
--foreground: 222 84% 4.9%;
|
--foreground: 0 0% 98%;
|
||||||
--card: 0 0% 100%;
|
--card: 224 35% 15%;
|
||||||
--card-foreground: 222 84% 4.9%;
|
--card-foreground: 0 0% 98%;
|
||||||
--popover: 0 0% 100%;
|
--popover: 222 47% 11%;
|
||||||
--popover-foreground: 222 84% 4.9%;
|
--popover-foreground: 0 0% 98%;
|
||||||
--primary: 221 100% 58%;
|
--primary: 221 100% 58%;
|
||||||
--primary-foreground: 0 0% 98%;
|
--primary-foreground: 0 0% 9%;
|
||||||
--secondary: 226 40% 90%;
|
--secondary: 222 25% 20%;
|
||||||
--secondary-foreground: 222 84% 4.9%;
|
--secondary-foreground: 0 0% 98%;
|
||||||
--muted: 226 40% 90%;
|
--muted: 222 25% 20%;
|
||||||
--muted-foreground: 222 20% 46.1%;
|
--muted-foreground: 222 10% 63.9%;
|
||||||
--accent: 263 47% 53%;
|
--accent: 263 47% 53%;
|
||||||
--accent-foreground: 0 0% 98%;
|
--accent-foreground: 0 0% 98%;
|
||||||
--destructive: 0 84.2% 60.2%;
|
--destructive: 0 84.2% 60.2%;
|
||||||
--destructive-foreground: 0 0% 98%;
|
--destructive-foreground: 0 0% 98%;
|
||||||
--border: 226 30% 85%;
|
--border: 224 35% 20%;
|
||||||
--input: 226 30% 85%;
|
--input: 222 25% 20%;
|
||||||
--ring: 221 100% 58%;
|
--ring: 221 100% 58%;
|
||||||
|
--radius: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark {
|
.dark {
|
||||||
@@ -40,7 +41,7 @@
|
|||||||
--muted-foreground: 222 10% 63.9%;
|
--muted-foreground: 222 10% 63.9%;
|
||||||
--accent: 263 47% 53%;
|
--accent: 263 47% 53%;
|
||||||
--accent-foreground: 0 0% 98%;
|
--accent-foreground: 0 0% 98%;
|
||||||
--destructive: 0 62.8% 30.6%;
|
--destructive: 0 72.2% 50.6%;
|
||||||
--destructive-foreground: 0 0% 98%;
|
--destructive-foreground: 0 0% 98%;
|
||||||
--border: 224 35% 20%;
|
--border: 224 35% 20%;
|
||||||
--input: 222 25% 20%;
|
--input: 222 25% 20%;
|
||||||
|
|||||||
Reference in New Issue
Block a user