tweaked high contrast query

This commit is contained in:
Heydon Pickering 2017-08-08 18:43:06 +01:00
parent 139f2c169b
commit b83691afc7
3 changed files with 3 additions and 3 deletions

View File

@ -879,7 +879,7 @@ h1 svg {
} }
@media (-ms-high-contrast: active) { @media (-ms-high-contrast: active) {
img[src*=".svg"] { img[src*=".svg"] {
filter: invert(100%);
background: #fff; background: #fff;
padding: 0.5rem;
} }
} }

File diff suppressed because one or more lines are too long

View File

@ -879,7 +879,7 @@ h1 svg {
} }
@media (-ms-high-contrast: active) { @media (-ms-high-contrast: active) {
img[src*=".svg"] { img[src*=".svg"] {
filter: invert(100%);
background: #fff; background: #fff;
padding: 0.5rem;
} }
} }