MediaWiki:Common.css: Difference between revisions
From Helbreath Portal
(Created page with "→CSS placed here will be applied to all skins: #p-logo { display:none; }") |
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 */ | ||
#p-logo { display:none; } | #p-logo { display:none; } | ||
.tscontainer .client-dark-mode { | |||
background-color: red; | |||
} | |||
Revision as of 21:59, 6 February 2023
/* CSS placed here will be applied to all skins */
#p-logo { display:none; }
.tscontainer .client-dark-mode {
background-color: red;
}