We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0cb151 commit 65ed280Copy full SHA for 65ed280
1 file changed
css/src/modules/user-settings-submodules/ReadiumCSS-a11yFont_pref.css
@@ -34,15 +34,21 @@
34
font-style: inherit !important;
35
}
36
37
-/* Normalizing text-decoration, subs and sups */
+/* Normalizing text-decoration */
38
+:root:--a11y-font body *:not(a),
39
+:root:--a11y-normalize body *:not(a) {
40
+ text-decoration: none !important;
41
+}
42
+
43
+/* Normalizing font-variant */
44
:root:--a11y-font body *,
45
:root:--a11y-normalize body * {
- text-decoration: none !important;
46
font-variant-caps: normal !important;
47
font-variant-position: normal !important;
48
font-variant-numeric: normal !important;
49
50
51
+/* Normalizing sup and sub */
52
:root:--a11y-font sup,
53
:root:--a11y-normalize sup,
54
:root:--a11y-font sub,
0 commit comments