Skip to content

Commit

Permalink
fix css overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
divear committed Aug 10, 2024
1 parent c157905 commit e6d9921
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,8 @@
@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));
color: white !important;
margin: 0;
height: 100%;
overflow: hidden;
Expand Down
Empty file removed assets/last_grades.txt
Empty file.

0 comments on commit e6d9921

Please sign in to comment.