Add style to figure element (#225)
* Add style to figure element * Rebuild
This commit is contained in:
parent
8d939f7f5e
commit
0f0ea7e824
5 changed files with 45 additions and 2 deletions
|
@ -159,3 +159,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