Readding /* Don't select furigana */

I accidentally deleted that line
LOL
This commit is contained in:
Feripe-a 2022-01-01 18:57:49 -03:00 committed by GitHub
parent 7fdc8ac0ac
commit e301c07d72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -406,3 +406,9 @@ ol {
color: gray;
background-color: rgba(0, 0, 0, 0.20);
}
/* Don't select furigana */
.jpsentence ruby rt {
user-select: none;
}