MediaWiki:Common.css: Difference between revisions
Appearance
miraheze>Nyhilo Remove bullet point styling from unordered lists. They can't be transparent in the same way as normal text |
miraheze>Nyhilo Putting !important here will hopefully only effect desktop |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* Desktop styfles for this. The mobile style is hard-coded on the element */ | |||
.cycle-12-transcript { | .cycle-12-transcript { | ||
font-size:1.5rem !important; | |||
font-size:1.5rem | |||
} | } | ||
Revision as of 19:37, 15 April 2022
/* CSS placed here will be applied to all skins */
/* Desktop styfles for this. The mobile style is hard-coded on the element */
.cycle-12-transcript {
font-size:1.5rem !important;
}
.cycle-12-transcript ul li {
list-style: none;
}