Template:Button/styles.css
/** * [[Category:Template style pages]] */ /** * Dark mode */ body.poncho-dark-mode .template-button .mw-ui-button { background: #303134; border-color: #3c4043; color: #bdc1c6; } /** * Small screens */ @media screen and (max-width:500px) { .template-button .mw-ui-button { display: block; margin: .5em 0; } }