Add Admonition styles
This commit is contained in:
parent
52c33b2456
commit
7b532917f2
4 changed files with 12 additions and 2 deletions
|
@ -110,6 +110,11 @@ div.related-posts {
|
|||
}
|
||||
|
||||
// Admonition
|
||||
div.admonition {
|
||||
color: @admonition-tip-color-dark-theme;
|
||||
background-color: @admonition-tip-bg-color-dark-theme;
|
||||
}
|
||||
|
||||
div.admonition.attention {
|
||||
color: @admonition-attention-color-dark-theme;
|
||||
background-color: @admonition-attention-bg-color-dark-theme;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue