diff --git a/styles/global.scss b/styles/global.scss index 5f34f2ec78..c6a4cdf63a 100644 --- a/styles/global.scss +++ b/styles/global.scss @@ -409,6 +409,12 @@ pre.code-box, } } +.dark-theme { + img { + filter: invert(100%); + } +} + // Grid that switches from 2 to 3 to 4 columns as screen gets bigger // Usually used with items that have a column width of 3 .content-grid {