Add style to figure element
This commit is contained in:
parent
9d672dba84
commit
5f593bf48a
5 changed files with 45 additions and 2 deletions
|
@ -154,3 +154,7 @@ div.admonition.warning {
|
|||
color: @admonition-warning-color-dark-theme;
|
||||
background-color: @admonition-warning-bg-color-dark-theme;
|
||||
}
|
||||
|
||||
div.figure {
|
||||
color: @figure-color-dark-theme;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue