MediaWiki:Common.css: Difference between revisions
No edit summary Tag: Reverted |
mNo edit summary Tag: Manual revert |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* | /* Target the specific image on its file page in dark mode */ | ||
@media (prefers-color-scheme: dark) { | @media (prefers-color-scheme: dark) { | ||
. | body.page-File_1111111111111111111_png img { | ||
filter: invert(1); | |||
background-color: #000; | |||
} | } | ||
} | } |