Change Annotation Color? #8125
Unanswered
YozoraXCII
asked this question in
Q&A
Replies: 1 comment
-
Hello @YozoraXCII, .md-annotation__index::after {
background-color: #fff;
} You can also target an annotation based on the parent class, similar to the example from the other discussion: .solid-one .md-annotation__index::after {
background-color: #fff;
} Reference: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to find the correct CSS to change the color of the annotation button, let's say to aqua:
This is my current markdown:
Beta Was this translation helpful? Give feedback.
All reactions