Added styling for romanizations (same as translations)
This commit is contained in:
@@ -38,12 +38,13 @@
|
|||||||
fill-opacity: 0.0;
|
fill-opacity: 0.0;
|
||||||
stroke-width: 1;
|
stroke-width: 1;
|
||||||
}
|
}
|
||||||
.languageText {
|
.languageText, .romanizationText {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
font-family: "Noto Sans";
|
font-family: "Noto Sans";
|
||||||
font-size:1.25em;
|
font-size:1.25em;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.language:hover ~ .languageText {
|
.language:hover ~ .languageText {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user