Remove dark mode (for now ;)

This commit is contained in:
Riccardo Graziosi
2022-05-10 20:16:03 +02:00
parent f2977574d6
commit d0ea99c8f2
16 changed files with 9 additions and 186 deletions

View File

@@ -28,24 +28,4 @@
text-align: center;
font-size: 17px;
}
}
@media (prefers-color-scheme: dark) {
.likeButtonContainer {
.likeButton {
border-bottom-color: white;
&:hover {
border-bottom-color: black;
}
}
.likeButton.liked {
border-bottom-color: black;
}
.likesCountLabel {
color: white;
}
}
}