Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
No edit summary
Catrone3 changed the content model of the page User:Catrone3/lab/style.css from "CSS" to "Sanitized CSS"
(No difference)

Revision as of 21:39, 9 July 2025

.home-card--button a {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	/*padding: 0 var( --space-md );*/
	background: transparent;
	color: #fff;
	/*font-weight: var( --font-weight-medium );*/
}

.home-card--button .home-card__background a {
	padding: 0;
}

.home-card--button img {
	transition: transform 250ms ease;
}

.home-card--button:hover img {
	transform: scale( 1.1 );
}

#card-discord {
	background: #5865f2;
}

#card-patreon {
	background: #ff424d;
}

#card-kofi {
	background: #ff5e5b;
}

#card-reddit {
	background: #ff4500;
}