Add style to figure element (#225)

* Add style to figure element

* Rebuild
This commit is contained in:
Loïc Penaud 2020-05-12 17:51:27 +02:00 committed by GitHub
parent 8d939f7f5e
commit 0f0ea7e824
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 45 additions and 2 deletions

View file

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