Anonymous user
MediaWiki:Common.css: Difference between revisions
m
no edit summary
imported>Ttv pedro270707 mNo edit summary |
imported>Ttv pedro270707 mNo edit summary |
||
Line 6: | Line 6: | ||
--code-border: #eaecf0; | --code-border: #eaecf0; | ||
--default-text-color: #000000; | --default-text-color: #000000; | ||
--infobox-out-background: #c6c6c6; | |||
} | } | ||
Line 14: | Line 15: | ||
--code-border: #222222; | --code-border: #222222; | ||
--default-text-color: #dddddd; | --default-text-color: #dddddd; | ||
--infobox-out-background: #222226; | |||
} | } | ||
Line 239: | Line 241: | ||
image-rendering: pixelated; | image-rendering: pixelated; | ||
image-rendering: crisp-edges; | image-rendering: crisp-edges; | ||
background-color: | background-color: var(--infobox-out-background) !important; | ||
} | } | ||