Night mode for Japanese words
This commit is contained in:
parent
e301c07d72
commit
0e1da0eff6
|
@ -208,3 +208,40 @@ ol {
|
||||||
.pronunciation ol > li:last-child:after {
|
.pronunciation ol > li:last-child:after {
|
||||||
content: "";
|
content: "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* 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%);
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue