don't select furigana
This commit is contained in:
parent
149c24a151
commit
b6f6c5a1c0
|
@ -379,3 +379,9 @@ ol {
|
||||||
.nightMode footer > a:after {
|
.nightMode footer > a:after {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Don't select furigana */
|
||||||
|
|
||||||
|
.jpsentence ruby rt {
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue