Night mode for Japanese Kana

This commit is contained in:
Feripe-a 2022-01-01 19:00:56 -03:00 committed by GitHub
parent 0e1da0eff6
commit ddaa85dee9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,3 +53,40 @@ a.replay-button svg path {
a.replay-button svg circle {
fill: #333;
}
/* Night Mode */
.nightMode .tags {
background-color: #FFFFFF;
color: #2F2F31;
}
.nightMode a.replay-button svg path {
fill: #2F2F31;
}
.nightMode a.replay-button svg circle {
fill: #FFFFFF;
}
.nightMode .replaybutton span svg {
fill: #2F2F31;
background: #FFFFFF;
}
.nightMode.card {
color: #FFFFFF;
background-color: #2F2F31
}
.nightMode a {
color: gray;
}
.nightMode a:hover {
color: #722a2a;
}
.nightMode .images > img {
filter: sepia(0%);
}