16 lines
347 B
CSS
16 lines
347 B
CSS
|
|
/* shadcn/ui Theme — extracted from https://coulomb.social */
|
||
|
|
/* Paste into your globals.css */
|
||
|
|
|
||
|
|
@layer base {
|
||
|
|
:root {
|
||
|
|
--background: 0 0% 100%;
|
||
|
|
--foreground: 0 0% 0%;
|
||
|
|
--primary: 34 68% 49%;
|
||
|
|
--primary-foreground: 0 0% 100%;
|
||
|
|
--muted: 0 0% 90%;
|
||
|
|
--muted-foreground: 0 0% 0%;
|
||
|
|
--border: 0 0% 9%;
|
||
|
|
--radius: 8px;
|
||
|
|
}
|
||
|
|
}
|