MediaWiki: Common.css: Difference between revisions

From ElixirBlocks
Jump to: navigation, search
No edit summary
Tag: Manual revert
No edit summary
Line 13: Line 13:
background-color:purple !important
/* background-color:purple !important */
background-color:#441044 !important
}
}



Revision as of 04:19, 16 June 2023

body{
 background-color:white !important
}


.navbar{
	
	background-color: #bc00ffb0 !important
}


.code2highlight{
	
	
/*	background-color:purple !important */
	background-color:#441044 !important
}

#ca-edit{
	background-color: #fbff006b !important;
	color:grey !important;
	border-color: #fbff006b !important;
}

#footer{
	background-color: #fdff94 !important;
}

.navbar-brand{
 color: #fdff94 !important;
}