Skip to content

Commit

Permalink
Update globals.css
Browse files Browse the repository at this point in the history
  • Loading branch information
0205miss authored Mar 16, 2023
1 parent 26e2bff commit b72c8bd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions website/app/[lang]/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ body {
}

body {
color: rgb(var(--foreground-rgb));
background:
rgb(var(--background-start-rgb));
}
Expand All @@ -106,9 +105,3 @@ a {
color: inherit;
text-decoration: none;
}

@media (prefers-color-scheme: dark) {
html {
color-scheme: dark;
}
}

0 comments on commit b72c8bd

Please sign in to comment.