Main Page

Difference between revisions of "MediaWiki:Liberty.css"

From Arks-Visiphone
Jump to navigation Jump to search
Line 1: Line 1:
 
/* CSS placed here will affect users of the Liberty skin */
 
/* CSS placed here will affect users of the Liberty skin */
 +
[data-theme="dark"] body {
 +
color: #fff!important;
 +
background-color: #2b2b2b!important;
 +
}
 +
[data-theme="dark"] .Liberty {
 +
color: #fff!important;
 +
background-color: #272B30!important;
 +
}

Revision as of 20:46, 3 April 2020

/* CSS placed here will affect users of the Liberty skin */
[data-theme="dark"] body {
	color: #fff!important;
	background-color: #2b2b2b!important;
}
[data-theme="dark"] .Liberty {
	color: #fff!important;
	background-color: #272B30!important;
}