mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 11:47:56 +01:00
Remove dark mode (for now ;)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user