MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
div { | |||
background-color: green; | |||
opacity: 1; | |||
} |
Revision as of 16:56, 4 February 2025
/* CSS placed here will be applied to all skins */ div { background-color: green; opacity: 1; }