Skip to content

Commit

Permalink
fix: remove light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
amoshydra committed Feb 15, 2024
1 parent 7dd5d1e commit 1eefd76
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,3 @@ button:focus,
button:focus-visible {
outline: 4px auto -webkit-focus-ring-color;
}

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

0 comments on commit 1eefd76

Please sign in to comment.