diff --git a/docs/_sass/custom/custom.scss b/docs/_sass/custom/custom.scss index 2516d8a..9159c8c 100644 --- a/docs/_sass/custom/custom.scss +++ b/docs/_sass/custom/custom.scss @@ -14,6 +14,10 @@ img { img[src$="gh-light-mode-only"] { display: none; } + img[src$=".svg"] { + -webkit-filter: invert(100%); /* safari 6.0 - 9.0 */ + filter: invert(100%); + } } // Styling tables