Skip to content

Commit

Permalink
Filter a (link) when textColor is applied
Browse files Browse the repository at this point in the history
  • Loading branch information
JayPanoz committed Dec 17, 2024
1 parent 09283fc commit 7a8b52b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 7a8b52b

Please sign in to comment.