Changeset ba52069 for src/app/globals.css
- Timestamp:
- 02/13/26 19:32:02 (7 months ago)
- Branches:
- master
- Children:
- d7deae5
- Parents:
- 50f2fb4
- File:
-
- 1 edited
-
src/app/globals.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/app/globals.css
r50f2fb4 rba52069 80 80 81 81 .dark { 82 --background: oklch(0.1 45 00);83 --foreground: oklch(0.9 85 00);84 --card: oklch(0. 205 00);85 --card-foreground: oklch(0.9 85 00);86 --popover: oklch(0. 205 00);87 --popover-foreground: oklch(0.9 85 00);88 --primary: oklch(0.922 0 0);89 --primary-foreground: oklch(0. 2050 0);90 --secondary: oklch(0.2 69 00);91 --secondary-foreground: oklch(0.9 85 00);92 --muted: oklch(0.2 69 00);93 --muted-foreground: oklch(0. 708 00);94 --accent: oklch(0.2 69 00);95 --accent-foreground: oklch(0.9 85 00);96 --destructive: oklch(0. 704 0.191 22.216);97 --border: oklch( 1 0 0 / 10%);98 --input: oklch( 1 0 0 / 15%);99 --ring: oklch(0.5 56 00);100 --chart-1: oklch(0. 488 0.243 264.376);101 --chart-2: oklch(0.6 96 0.17 162.48);102 --chart-3: oklch(0.7 69 0.188 70.08);103 --chart-4: oklch(0.6 27 0.265 303.9);104 --chart-5: oklch(0.6 45 0.246 16.439);105 --sidebar: oklch(0. 205 00);106 --sidebar-foreground: oklch(0.9 85 00);107 --sidebar-primary: oklch(0. 488 0.243 264.376);108 --sidebar-primary-foreground: oklch(0.98 50 0);109 --sidebar-accent: oklch(0.2 69 00);110 --sidebar-accent-foreground: oklch(0.9 85 00);111 --sidebar-border: oklch( 1 0 0 / 10%);112 --sidebar-ring: oklch(0.5 56 00);82 --background: oklch(0.15 0.01 240); 83 --foreground: oklch(0.95 0.01 240); 84 --card: oklch(0.18 0.01 240); 85 --card-foreground: oklch(0.95 0.01 240); 86 --popover: oklch(0.18 0.01 240); 87 --popover-foreground: oklch(0.95 0.01 240); 88 --primary: #3b82f6; 89 --primary-foreground: oklch(0.98 0 0); 90 --secondary: oklch(0.25 0.01 240); 91 --secondary-foreground: oklch(0.95 0.01 240); 92 --muted: oklch(0.25 0.01 240); 93 --muted-foreground: oklch(0.65 0.01 240); 94 --accent: oklch(0.25 0.01 240); 95 --accent-foreground: oklch(0.95 0.01 240); 96 --destructive: oklch(0.6 0.22 25); 97 --border: oklch(0.3 0.01 240); 98 --input: oklch(0.25 0.01 240); 99 --ring: oklch(0.5 0.15 240); 100 --chart-1: oklch(0.6 0.2 270); 101 --chart-2: oklch(0.65 0.18 180); 102 --chart-3: oklch(0.7 0.19 90); 103 --chart-4: oklch(0.6 0.24 310); 104 --chart-5: oklch(0.65 0.22 30); 105 --sidebar: oklch(0.18 0.01 240); 106 --sidebar-foreground: oklch(0.95 0.01 240); 107 --sidebar-primary: oklch(0.5 0.2 260); 108 --sidebar-primary-foreground: oklch(0.98 0 0); 109 --sidebar-accent: oklch(0.25 0.01 240); 110 --sidebar-accent-foreground: oklch(0.95 0.01 240); 111 --sidebar-border: oklch(0.3 0.01 240); 112 --sidebar-ring: oklch(0.5 0.15 240); 113 113 } 114 114 … … 118 118 } 119 119 body { 120 @apply text-foreground; 121 background-color: #F4FAFF; 120 @apply text-foreground bg-background; 122 121 } 123 122 }
Note:
See TracChangeset
for help on using the changeset viewer.
