Skip to content

Commit

Permalink
remove default bg
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonjiang9142 committed May 28, 2024
1 parent 4da7569 commit f3b2d3a
Showing 1 changed file with 1 addition and 31 deletions.
32 changes: 1 addition & 31 deletions client/src/app/globals.css
Original file line number Diff line number Diff line change
@@ -1,33 +1,3 @@
@tailwind base;
@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));
}

@layer utilities {
.text-balance {
text-wrap: balance;
}
}
@tailwind utilities;

0 comments on commit f3b2d3a

Please sign in to comment.