Template:Button/styles.css: Difference between revisions
Appropedia>Sophivorus No edit summary |
(No difference)
|
Revision as of 15:01, 28 August 2023
/**
* [[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;
}
}