From Legacy Wiki
| (8 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| − | + | .leg-popular-pages { | |
| − | font- | + | display:flex; |
| + | align-items:center; | ||
| + | background-color:var(--button-background); | ||
| + | transition:100ms | ||
| + | } | ||
| + | .leg-popular-pages a { | ||
| + | flex:1; | ||
| + | display:block; | ||
| + | color:#fff; | ||
| + | font-weight:bold; | ||
| + | text-align:center; | ||
| + | text-decoration:none; | ||
| + | padding:0.7em 1em | ||
} | } | ||
Latest revision as of 13:53, 26 August 2025
/* CSS placed here will be applied to all skins */
.leg-popular-pages {
display:flex;
align-items:center;
background-color:var(--button-background);
transition:100ms
}
.leg-popular-pages a {
flex:1;
display:block;
color:#fff;
font-weight:bold;
text-align:center;
text-decoration:none;
padding:0.7em 1em
}