Template:Boilerplate/style.css: Difference between revisions

Template page
No edit summary
(Added light mode to stub template)
Line 7: Line 7:
border-radius:16px;
border-radius:16px;
border:1px solid #F4EBDE;
border:1px solid #F4EBDE;
}
.skin-citizen-light .boilerplate, .skin-timeless .boilerplate, .skin-vector .boilerplate {
background: rgb(180, 190, 185) !important;
color: #1a1a1b !important;
}
}

Revision as of 09:45, 9 April 2022

.boilerplate {
	text-align:left;
	margin:9.6px 0 12.8px 0;
	padding: 10px 15px;
	color: #F4EBDE;
	background: #282F35;
	border-radius:16px;
	border:1px solid #F4EBDE;
}

.skin-citizen-light .boilerplate, .skin-timeless .boilerplate, .skin-vector .boilerplate {
	background: rgb(180, 190, 185) !important;
	color: #1a1a1b !important;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.