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
Created page with ".main-page--button { overflow: hidden; padding: 0; background: #242a31; border: 0; } .main-page--button img { transition: transform 250ms ease; } #main-page-discord { background: #5865f2; }"
 
No edit summary
Line 8: Line 8:
.main-page--button img {
.main-page--button img {
transition: transform 250ms ease;
transition: transform 250ms ease;
}
.main-page--col2 {
grid-column: span 2;
}
.main-page {
position: relative;
padding: 20px;
background: var( --color-surface-1 );
border-radius: 10px;
font-size: 10px;
}
}



Revision as of 05:02, 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: 20px;
	background: var( --color-surface-1 );
	border-radius: 10px;
	font-size: 10px;
}

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