Skip to content

Commit

Permalink
Fix weired background #178 (#182)
Browse files Browse the repository at this point in the history
Resolve #178
  • Loading branch information
hyukkwonepic authored Jun 25, 2024
1 parent d8881f1 commit b8427e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/website/src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
@tailwind components;
@tailwind utilities;

:root {
/* :root {
--foreground-rgb: 0, 0, 0;
--background-start-rgb: 214, 219, 220;
--background-end-rgb: 255, 255, 255;
}
} */

@media (prefers-color-scheme: dark) {
/* :root {
Expand All @@ -15,7 +15,7 @@
--background-end-rgb: 0, 0, 0;
} */
}

/*
body {
color: rgb(var(--foreground-rgb));
background: linear-gradient(
Expand All @@ -24,7 +24,7 @@ body {
rgb(var(--background-end-rgb))
)
rgb(var(--background-start-rgb));
}
} */

@layer utilities {
.text-balance {
Expand Down

0 comments on commit b8427e8

Please sign in to comment.