MediaWiki:Dark.css: Difference between revisions

From Galaxypedia
imported>Smallketchup82
(Created page with ".toc, .toccolours { border-color: rgb(72, 78, 81); background-color: rgb(27, 30, 31); }")
 
imported>Smallketchup82
No edit summary
Line 1: Line 1:
/* Our custom dark styling */
.toc, .toccolours {
.toc, .toccolours {
border-color: rgb(72, 78, 81);
border-color: rgb(72, 78, 81);
background-color: rgb(27, 30, 31);
background-color: rgb(27, 30, 31);
}
}

Revision as of 15:16, 30 November 2021

/* Our custom dark styling */

.toc, .toccolours {
	border-color: rgb(72, 78, 81);
	background-color: rgb(27, 30, 31);
}