diff --git a/site/themes/s2b_hugo_theme/assets/css/custom.css b/site/themes/s2b_hugo_theme/assets/css/custom.css index b66f18e9..6ca2b2f4 100644 --- a/site/themes/s2b_hugo_theme/assets/css/custom.css +++ b/site/themes/s2b_hugo_theme/assets/css/custom.css @@ -96,9 +96,8 @@ main .donate a { } /* see https://github.com/shift-org/shift-docs/issues/326 */ -@media (-ms-high-contrast: active), (forced-colors: active) { +@media (forced-colors: active) { svg.icon, svg.logo { - -ms-high-contrast-adjust: auto; forced-color-adjust: auto; } }