Template:Party Dash Skill/styles.css: Difference between revisions

From Umamusume Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
Line 13: Line 13:
font-family: UmaRodin;
font-family: UmaRodin;
color: #fff;
color: #fff;
font-size: 1.5em;
font-size: 1.25em;
margin: 0;
margin: 0;
}
}

Latest revision as of 20:21, 3 September 2024

.pds-border {
	border: 1px solid #6bc10b;
	border-radius: 25px;
}

.pds-background {
	background-color: #6bc10b;
	border-radius: 20px;
	padding: 0 10px;
}

.pds-background > p {
	font-family: UmaRodin;
	color: #fff;
	font-size: 1.25em;
	margin: 0;
}

.pds-background img {
	margin: -5px;
}

.pds-lower {
	padding: 0px 10px;
}