Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Main Page/Shared/Styles.css: Difference between revisions

Template page
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 3: Line 3:
padding: 0;
padding: 0;
background: #242a31;
background: #242a31;
border: 0;
border: 10px;
}
}



Revision as of 05:27, 15 June 2024

.main-page--button {
	overflow: hidden;
	padding: 0;
	background: #242a31;
	border: 10px;
}

.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: 10px;
	font-size: 10px;
}

#main-page-discord {
	background: #5865f2;
}