extra_css doesn't seem to work #7680
Answered
by
kamilkrzyskow
pajaro1966
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
kamilkrzyskow
Nov 8, 2024
Replies: 1 comment 3 replies
-
Hello @pajaro1966, .md-typeset h5 {
text-transform: lowercase;
color: red;
} css_firefox_YXCH9V7TDa.mp4 |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
kamilkrzyskow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @pajaro1966,
the issue is Specificity, the Material theme defines a stronger CSS selector and your extra css is too weak to override it. Best to check in the browser tools what the issue is.
css_firefox_YXCH9V7TDa.mp4