User:76561199218134152/common.css: Difference between revisions

From Workers & Resources: Soviet Republic Official Wiki
No edit summary
No edit summary
Tag: Reverted
Line 16: Line 16:
color: white;
color: white;
text-align: center;
text-align: center;
}
body {
color: red;
}
}

Revision as of 04:10, 9 October 2024

/* infobox styling */
:root {
	--dark-red: #72070a;
}

.portable-infobox .pi-title {
	font-size: 1.375rem;
	border-bottom: 0;
	line-height: 2;
	font-weight: 700;
}

.portable-infobox .pi-secondary-background {
	background-color: var(--dark-red);
	font-size: 1rem;
	color: white;
	text-align: center;
}

body {
	color: red;
}