Skip to content

Commit 3e17235

Browse files
committed
fixing image colour in dark mode
1 parent e7bdbe6 commit 3e17235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_static/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ html[data-theme="dark"] h6 {
227227
}
228228

229229
html[data-theme="dark"] img:not(.only-dark, .dark-light) {
230-
filter: brightness(.9) contrast(1.2);
230+
filter: brightness(1) contrast(1.2);
231231
}
232232

233233
/* Sidebar links styling - dark theme */

0 commit comments

Comments
 (0)