Template:METATRON Wiki/Translate/styles.css

Template page
Revision as of 12:45, 16 October 2020 by WikiSysop (talk | contribs) (Created page with "#translate.card { width: calc(100% / 3 - 0.4rem); min-width: calc(860px/4 - 0.4rem); background-color: #36c; border-color: #36c; } #translate.card h3 { color: #fff; } #...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
#translate.card {
	width: calc(100% / 3 - 0.4rem);
	min-width: calc(860px/4 - 0.4rem);
	background-color: #36c;
	border-color: #36c;
}

#translate.card h3 {
	color: #fff;
}

#translate.card p {
	color: #eaecf0;
}

#translate .card-button {
	background: #2a4b8d;
}