Skip to content

Commit 21b7cf0

Browse files
committed
type fix
1 parent 9e43336 commit 21b7cf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/_static/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ h1, h2, h3, h4, h5, h6 {
123123

124124
/* Dark mode when theme = auto and system prefers dark */
125125
@media (prefers-color-scheme: dark) {
126-
:root:not([data-theme="light"]) .sd-card .sd-card-img-top {
126+
body:not([data-theme="light"]) .sd-card .sd-card-img-top {
127127
filter: invert(1) brightness(0.6);
128128
}
129129
}

0 commit comments

Comments
 (0)