Skip to content

Commit 6dcbf38

Browse files
committed
Fixes #887
1 parent bc0ef28 commit 6dcbf38

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

styles/global.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,12 @@ pre.code-box,
409409
}
410410
}
411411

412+
.dark-theme {
413+
img {
414+
filter: invert(100%);
415+
}
416+
}
417+
412418
// Grid that switches from 2 to 3 to 4 columns as screen gets bigger
413419
// Usually used with items that have a column width of 3
414420
.content-grid {

0 commit comments

Comments
 (0)