MediaWiki:Common.css: Difference between revisions
mNo edit summary Tag: Reverted |
mNo edit summary Tags: Manual revert Reverted |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* | /* Invert colors for a specific image in dark mode */ | ||
@media (prefers-color-scheme: dark) { | @media (prefers-color-scheme: dark) { | ||
. | img[src*="File:1111111111111111111.png"] { | ||
filter: invert(1); | |||
background-color: #000; /* Optional: prevent light background halo */ | |||
} | } | ||
} | } |