Template:VolDiffs/styles.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Jump to navigation Jump to search
.volDiffContainerBody {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.volDiffContainerTitle {
	text-align: center;
	color: white;
	text-shadow: 1px 1px black;
	font-weight: bold;
	font-family: 'Roboto Slab';
}

.volDiffContainerTitle a {
	color: white !important;
}

.volDiffContainerButtons {
	text-align: center;
}