custom.css
... ...
@@ -32,3 +32,9 @@
32 32
.hover-furi:hover rt {
33 33
visibility: visible;
34 34
}
35
+
36
+@supports not (ruby-position: over) {
37
+ ruby > rt {
38
+ display: none;
39
+ }
40
+}