don't select furigana

This commit is contained in:
Ren Tatsumoto 2021-12-21 07:03:49 +03:00
parent 149c24a151
commit b6f6c5a1c0

View file

@ -379,3 +379,9 @@ ol {
.nightMode footer > a:after {
color: white;
}
/* Don't select furigana */
.jpsentence ruby rt {
user-select: none;
}