MediaWiki:Common.css: Difference between revisions
(Created page with "→CSS placed here will be applied to all skins: .header-container { background: linear-gradient(90deg, rgba(6,68,61,1) 0%, rgba(126,201,21,1) 100%); }") |
No edit summary |
||
Line 2: | Line 2: | ||
.header-container { | .header-container { | ||
background: | background: rgba(22,22,22,.5); | ||
color: #FFFFFF; | |||
} | } |
Revision as of 08:52, 24 April 2024
/* CSS placed here will be applied to all skins */ .header-container { background: rgba(22,22,22,.5); color: #FFFFFF; }