Skip to content

Commit

Permalink
🐛 Fix light theme issue
Browse files Browse the repository at this point in the history
  • Loading branch information
3ripleM committed Oct 15, 2023
1 parent acaf56d commit 2800ccf
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,3 @@ h1 {
font-size: 3.2em;
line-height: 1.1;
}

@media (prefers-color-scheme: light) {
:root {
color: #213547;
background-color: #ffffff;
}
a:hover {
color: #747bff;
}
}

0 comments on commit 2800ccf

Please sign in to comment.