forked from baron/baron-sso
46 lines
1.1 KiB
CSS
46 lines
1.1 KiB
CSS
@import "../../../common/theme/base.css";
|
|
|
|
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer base {
|
|
:root {
|
|
--background: 210 25% 6%;
|
|
--foreground: 210 35% 96%;
|
|
--card: 215 32% 9%;
|
|
--card-foreground: 210 35% 96%;
|
|
--popover: 215 32% 9%;
|
|
--popover-foreground: 210 35% 96%;
|
|
--primary: 209 79% 52%;
|
|
--primary-foreground: 210 35% 96%;
|
|
--secondary: 215 25% 16%;
|
|
--secondary-foreground: 210 35% 96%;
|
|
--muted: 215 15% 65%;
|
|
--muted-foreground: 215 15% 65%;
|
|
--accent: 42 95% 57%;
|
|
--accent-foreground: 215 25% 10%;
|
|
--destructive: 0 84% 60%;
|
|
--destructive-foreground: 210 35% 96%;
|
|
--border: 215 25% 24%;
|
|
--input: 215 25% 24%;
|
|
--ring: 209 79% 52%;
|
|
--radius: 0.75rem;
|
|
--app-background-image: radial-gradient(
|
|
circle at 10% 18%,
|
|
rgba(54, 211, 153, 0.16),
|
|
transparent 28%
|
|
),
|
|
radial-gradient(
|
|
circle at 78% 4%,
|
|
rgba(249, 168, 38, 0.14),
|
|
transparent 24%
|
|
),
|
|
radial-gradient(
|
|
circle at 50% 90%,
|
|
rgba(54, 211, 153, 0.08),
|
|
transparent 30%
|
|
);
|
|
}
|
|
}
|