diff --git a/css/src/modules/user-settings-submodules/ReadiumCSS-customColors_pref.css b/css/src/modules/user-settings-submodules/ReadiumCSS-customColors_pref.css index fa85734..436849e 100644 --- a/css/src/modules/user-settings-submodules/ReadiumCSS-customColors_pref.css +++ b/css/src/modules/user-settings-submodules/ReadiumCSS-customColors_pref.css @@ -18,6 +18,6 @@ color: var(--USER__textColor) !important; } -:root[style*="--USER__textColor"] *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(pre) { +:root[style*="--USER__textColor"] *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(pre):not(a) { color: inherit !important; } \ No newline at end of file