Remove stylistic helpers for base page.

This commit is contained in:
Eli Ribble 2023-12-18 09:57:26 -07:00
parent c6ea0cd095
commit dc31cb8687
1 changed files with 0 additions and 21 deletions

View File

@ -2,26 +2,5 @@
@tailwind components;
@tailwind utilities;
:root {
--foreground-rgb: 0, 0, 0;
--background-start-rgb: 214, 219, 220;
--background-end-rgb: 255, 255, 255;
}
@media (prefers-color-scheme: dark) {
:root {
--foreground-rgb: 255, 255, 255;
--background-start-rgb: 0, 0, 0;
--background-end-rgb: 0, 0, 0;
}
}
body {
color: rgb(var(--foreground-rgb));
background: linear-gradient(
to bottom,
transparent,
rgb(var(--background-end-rgb))
)
rgb(var(--background-start-rgb));
}