Something went wrong. Try again.
[READ-ONLY] Mirror of https://github.com/openstatusHQ/openstatus. ๐ซ Status page with uptime monitoring & API monitoring as code ๐ซ openstatus.dev
bun drizzle-orm monitoring monitoring-as-code nextjs observability on-call open-source shadcn-ui status-page statuspage synthetic-monitoring tinybird turso uptime uptime-checker uptime-monitor
Something went wrong. Try again.
6.5 kB ยท 192 lines
CSS
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193@import "tailwindcss";
@source "../**/*.{ts,tsx}";
@custom-variant dark (&:is(.dark *));
@theme inline { --color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card); --color-card-foreground: var(--card-foreground); --color-popover: var(--popover); --color-popover-foreground: var(--popover-foreground); --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-destructive: var(--destructive); --color-border: var(--border); --color-input: var(--input); --color-ring: var(--ring); --color-chart-1: var(--chart-1); --color-chart-2: var(--chart-2); --color-chart-3: var(--chart-3); --color-chart-4: var(--chart-4); --color-chart-5: var(--chart-5); --color-sidebar: var(--sidebar); --color-sidebar-foreground: var(--sidebar-foreground); --color-sidebar-primary: var(--sidebar-primary); --color-sidebar-primary-foreground: var(--sidebar-primary-foreground); --color-sidebar-accent: var(--sidebar-accent); --color-sidebar-accent-foreground: var(--sidebar-accent-foreground); --color-sidebar-border: var(--sidebar-border); --color-sidebar-ring: var(--sidebar-ring); /* Proportional, not subtractive: `--radius` is theme-controlled on the status * page (0rem-0.625rem), where a fixed `- 4px` offset collapses whole steps to * 0. Ratios are anchored on the 0.625rem default, so those values are * unchanged (2/6/8/10/14px) and every other radius scales with the theme. */ --radius-xs: calc(var(--radius) * 0.2); --radius-sm: calc(var(--radius) * 0.6); --radius-md: calc(var(--radius) * 0.8); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) * 1.4);
--color-success: var(--success); --color-warning: var(--warning); --color-info: var(--info);
@keyframes shimmer { 0% { background-position: 200% 50%; } 100% { background-position: -200% 50%; } }}
:root { --radius: 0.625rem; --background: oklch(1 0 0); --foreground: oklch(0.145 0 0); --card: oklch(1 0 0); --card-foreground: oklch(0.145 0 0); --popover: oklch(1 0 0); --popover-foreground: oklch(0.145 0 0); --primary: oklch(0.205 0 0); --primary-foreground: oklch(0.985 0 0); --secondary: oklch(0.97 0 0); --secondary-foreground: oklch(0.205 0 0); --muted: oklch(0.97 0 0); --muted-foreground: oklch(0.556 0 0); --accent: oklch(0.97 0 0); --accent-foreground: oklch(0.205 0 0); --destructive: oklch(0.577 0.245 27.325); --border: oklch(0.922 0 0); --input: oklch(0.922 0 0); --ring: oklch(0.708 0 0); --chart-1: oklch(0.646 0.222 41.116); --chart-2: oklch(0.6 0.118 184.704); --chart-3: oklch(0.398 0.07 227.392); --chart-4: oklch(0.828 0.189 84.429); --chart-5: oklch(0.769 0.188 70.08); --sidebar: oklch(0.985 0 0); --sidebar-foreground: oklch(0.145 0 0); --sidebar-primary: oklch(0.205 0 0); --sidebar-primary-foreground: oklch(0.985 0 0); --sidebar-accent: oklch(0.97 0 0); --sidebar-accent-foreground: oklch(0.205 0 0); --sidebar-border: oklch(0.922 0 0); --sidebar-ring: oklch(0.708 0 0);
--success: oklch(0.72 0.19 150); --warning: oklch(0.77 0.16 70); --info: oklch(0.62 0.19 260);
--rainbow-1: oklch(0.64 0.21 25); --rainbow-2: oklch(0.70 0.19 48); --rainbow-3: oklch(0.77 0.16 70); --rainbow-4: oklch(0.80 0.16 86); --rainbow-5: oklch(0.77 0.20 131); --rainbow-6: oklch(0.72 0.19 150); --rainbow-7: oklch(0.70 0.15 162); --rainbow-8: oklch(0.70 0.12 183); --rainbow-9: oklch(0.71 0.13 215); --rainbow-10: oklch(0.68 0.15 237); --rainbow-11: oklch(0.62 0.19 260); --rainbow-12: oklch(0.59 0.20 277); --rainbow-13: oklch(0.61 0.22 293); --rainbow-14: oklch(0.63 0.23 304); --rainbow-15: oklch(0.67 0.26 322); --rainbow-16: oklch(0.66 0.21 354); --rainbow-17: oklch(0.65 0.22 16);}
.dark { --background: oklch(0.145 0 0); --foreground: oklch(0.985 0 0); --card: oklch(0.205 0 0); --card-foreground: oklch(0.985 0 0); --popover: oklch(0.205 0 0); --popover-foreground: oklch(0.985 0 0); --primary: oklch(0.922 0 0); --primary-foreground: oklch(0.205 0 0); --secondary: oklch(0.269 0 0); --secondary-foreground: oklch(0.985 0 0); --muted: oklch(0.269 0 0); --muted-foreground: oklch(0.708 0 0); --accent: oklch(0.269 0 0); --accent-foreground: oklch(0.985 0 0); --destructive: oklch(0.704 0.191 22.216); --border: oklch(1 0 0 / 10%); --input: oklch(1 0 0 / 15%); --ring: oklch(0.556 0 0); --chart-1: oklch(0.488 0.243 264.376); --chart-2: oklch(0.696 0.17 162.48); --chart-3: oklch(0.769 0.188 70.08); --chart-4: oklch(0.627 0.265 303.9); --chart-5: oklch(0.645 0.246 16.439); --sidebar: oklch(0.205 0 0); --sidebar-foreground: oklch(0.985 0 0); --sidebar-primary: oklch(0.488 0.243 264.376); --sidebar-primary-foreground: oklch(0.985 0 0); --sidebar-accent: oklch(0.269 0 0); --sidebar-accent-foreground: oklch(0.985 0 0); --sidebar-border: oklch(1 0 0 / 10%); --sidebar-ring: oklch(0.556 0 0);
--success: oklch(0.72 0.19 150); --warning: oklch(0.77 0.16 70); --info: oklch(0.62 0.19 260);
--rainbow-1: oklch(0.64 0.21 25); --rainbow-2: oklch(0.70 0.19 48); --rainbow-3: oklch(0.77 0.16 70); --rainbow-4: oklch(0.80 0.16 86); --rainbow-5: oklch(0.77 0.20 131); --rainbow-6: oklch(0.72 0.19 150); --rainbow-7: oklch(0.70 0.15 162); --rainbow-8: oklch(0.70 0.12 183); --rainbow-9: oklch(0.71 0.13 215); --rainbow-10: oklch(0.68 0.15 237); --rainbow-11: oklch(0.62 0.19 260); --rainbow-12: oklch(0.59 0.20 277); --rainbow-13: oklch(0.61 0.22 293); --rainbow-14: oklch(0.63 0.23 304); --rainbow-15: oklch(0.67 0.26 322); --rainbow-16: oklch(0.66 0.21 354); --rainbow-17: oklch(0.65 0.22 16);}
@layer base { * { @apply border-border outline-ring/50; } body { @apply bg-background text-foreground; }}
@layer utilities { /* Tailwind's bare `rounded` is a hard-coded 0.25rem (its `--radius` lives in * `@theme default`, which our `:root --radius` cannot override). Re-point it * at the scale so it collapses with the theme like every other step. */ .rounded { border-radius: calc(var(--radius) * 0.4); }}