MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: div { background-color: black; opacity: 1; }") |
(No difference)
|
Revision as of 16:50, 4 February 2025
/* CSS placed here will be applied to all skins */
div {
background-color: black;
opacity: 1;
}