User:QuickQuokka/userpage/styles.css: Difference between revisions

From TestWiki
Content added Content deleted
No edit summary
No edit summary
Line 7: Line 7:
font-size: 115%;
font-size: 115%;
padding: 3% 5%
padding: 3% 5%
}

.quokkaContent a{
color: #abe8e6;
}
}

Revision as of 23:24, 4 September 2023

.quokkaContent{
	border-radius: 1.5em;
	border: 0.75em solid #328f87;
	background-color: #124;
	min-height: 15em;
	color: #e4d8ca !important;
	font-size: 115%;
	padding: 3% 5%
}

.quokkaContent a{
	color: #abe8e6;
}