Nm for Japanese Mined Sentences (cyphar)
This commit is contained in:
parent
4b550a8993
commit
5e94d4c580
|
@ -135,4 +135,46 @@ ul, ol {
|
|||
/* Fix for Yomichan pitch accents */
|
||||
.vocab ol > li { display: inline; }
|
||||
.vocab ol > li:after { content: "・"; }
|
||||
.vocab ol > li:last-child:after { content: ""; }
|
||||
.vocab ol > li:last-child:after { 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 .jpsentence b {
|
||||
color: gray;
|
||||
}
|
||||
|
||||
.nightMode .images > img {
|
||||
filter: sepia(0%);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue