User:Culi/common.css: Difference between revisions

From electowiki
Content added Content deleted
No edit summary
No edit summary
Line 5: Line 5:


#content .fancy-button {
#content .fancy-button {
padding: 0.25rem;
background-color: #333;
border-radius: 0.15rem;
background-color: #233;
color: #fefefe;
}

#content a {
color: inherit;
transition: all 0.2s ease-in-out;
}

#content a:hover {
color: #1c7ed6;
}
}

Revision as of 07:12, 29 January 2022

#content {
	color: #233;
	font-family: sans-serif;
}

#content .fancy-button {
	padding: 0.25rem;
	border-radius: 0.15rem;
	background-color: #233;
	color: #fefefe;
}

#content a {
	color: inherit;
	transition: all 0.2s ease-in-out;
}

#content a:hover {
	color: #1c7ed6;
}