526
edits
No edit summary |
No edit summary |
||
| Line 191: | Line 191: | ||
margin: 1em 0 0.7em 0; | margin: 1em 0 0.7em 0; | ||
} | } | ||
.mp-popular-page-light { | |||
display: flex; | |||
align-items: center; | |||
list-style: none; | |||
background-color: var(--button-background); | |||
transition: 0.2s; | |||
} | |||
.mp-popular-page-light a { | |||
flex: 1; | |||
display: block; | |||
color: white; | |||
font-weight: bold; | |||
text-align: center; | |||
text-decoration: none; | |||
padding: 0.7em 1em; | |||
} | |||
.mp-popular-page-light:hover { | |||
filter: brightness(115%); | |||
transition: 0.2s; | |||
} | |||
/*#endregion PopularPages*/ | /*#endregion PopularPages*/ | ||