| No edit summary Tag: Reverted | No edit summary Tag: Reverted | ||
| Line 18: | Line 18: | ||
| 	padding: 25px; | 	padding: 25px; | ||
| 	background: var( --color-surface-1 ); | 	background: var( --color-surface-1 ); | ||
| 	border-radius:  | 	border-radius: 100px; | ||
| 	font-size: 10px; | 	font-size: 10px; | ||
| } | } | ||
Revision as of 05:29, 15 June 2024
.main-page--button {
	overflow: hidden;
	padding: 0;
	background: #242a31;
	border: 0;
}
.main-page--button img {
	transition: transform 250ms ease;
}
.main-page--col2 {
	grid-column: span 2;
}
.main-page {
	position: relative;
	padding: 25px;
	background: var( --color-surface-1 );
	border-radius: 100px;
	font-size: 10px;
}
#main-page-discord {
	background: #5865f2;
}
