No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 18: | Line 18: | ||
padding: 20px; | padding: 20px; | ||
background: var( --color-surface-1 ); | background: var( --color-surface-1 ); | ||
border-radius: | border-radius: 100px; | ||
font-size: 100px; | font-size: 100px; | ||
} | } |
Revision as of 05:06, 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: 100px; font-size: 100px; } #main-page-discord { background: #5865f2; }