Add style to figure element

This commit is contained in:
lpenaud 2020-04-29 15:44:05 +02:00
parent 9d672dba84
commit 5f593bf48a
5 changed files with 45 additions and 2 deletions

View file

@ -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;
}