Skip to content

Commit 3eb9946

Browse files
committed
Fix dark theme CSS
1 parent d4c67d5 commit 3eb9946

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/css/custom.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@
156156
--md-footer-bg-color--dark: hsla(var(--md-hue), 0%, 8%, 1);
157157
}
158158

159-
[data-md-color-scheme="slate"] p img {
159+
[data-md-color-scheme="slate"] p img,
160+
[data-md-color-scheme="slate"] figure img {
160161
background-color: white;
161162
padding: .4rem;
162163
border-radius: var(--border-radius-variable);

0 commit comments

Comments
 (0)