-
Beta Was this translation helpful? Give feedback.
Answered by
Andre601
Mar 8, 2021
Replies: 1 comment
-
From what I can gather do you need to also add .md-typeset .youtube > .admonition-title,
.md-typeset .youtube > summary {
background-color: rgba(255, 0, 0, 0.1);
} to work properly with details. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Andre601
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From what I can gather do you need to also add
border-color: rgb(255, 0, 0);
toto work properly with details.
This is partially backed by the fact that the default admonition-types also seem to apply a border-color to those typeset combinations...