No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
.main-page--button { | .main-page.main-page--button { | ||
overflow: hidden; | overflow: hidden; | ||
padding: 0; | padding: 0; | ||
background: #242a31; | background: #242a31; | ||
border: 0; | border: 0; | ||
} | |||
.main-page--button a { | |||
display: flex; | |||
height: 100%; | |||
justify-content: center; | |||
align-items: center; | |||
padding: 0; | |||
background: transparent; | |||
color: #fff; | |||
} | } | ||
Revision as of 05:54, 15 June 2024
.main-page.main-page--button {
overflow: hidden;
padding: 0;
background: #242a31;
border: 0;
}
.main-page--button a {
display: flex;
height: 100%;
justify-content: center;
align-items: center;
padding: 0;
background: transparent;
color: #fff;
}
.main-page--button img {
transition: transform 250ms ease;
}
.main-page--button:hover img {
transform: scale(1.1);
}
.main-page--col2 {
grid-column: span 2;
}
.main-page {
position: relative;
padding: 25px;
background: var( --color-surface-1 );
border-radius: 10px;
font-size: 50px;
}
#main-page-discord {
background: #5865f2;
}