No edit summary
No edit summary
Line 17: Line 17:
background-color: #fafafa;
background-color: #fafafa;
}
}
body.stw-theme-dark .mp-button {
body.stw-theme-dark .mp-button {
background-color: #48494A;
background-color: #48494A;
Line 26: Line 25:
background-color: #5B5C5C;
background-color: #5B5C5C;
}
}
 
.mp-button span {
.mp-button * {
   color: #f00;/*#202122; */
   color: #202122;  
}
}


body.stw-theme-dark .mp-button * {
body.stw-theme-dark .mp-button span {
       color: #fff;
       color: #00f;
}
}


Line 40: Line 38:
display: flex;
display: flex;
    color: #0f0;
   
text-align: center;
text-align: center;
align-items: center;
align-items: center;
Line 48: Line 48:
text-decoration: none;
text-decoration: none;
}
}
body.stw-theme-dark .mediawiki .mp-button > * {
    color: #f00;
}


/*
/*