-
Hi there, I am new to MkDocs. [Register with Google :material-google:](#){ .md-button } is there any CSS class for red color? |
Beta Was this translation helpful? Give feedback.
Answered by
squidfunk
Dec 15, 2021
Replies: 1 comment 1 reply
-
You can use additional CSS, add a new class and add that to the attribute list as well: .md-button--foo {
background: red;
} [Register with Google :material-google:](#){ .md-button.md-button--foo } |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pgamerx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use additional CSS, add a new class and add that to the attribute list as well: