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