MediaWiki:Pivot.css: Unterschied zwischen den Versionen

Aus How to be a Hero
Zur Navigation springen Zur Suche springen
Zeile 6: Zeile 6:


/* style the labels */
/* style the labels */
ul.side-nav label {
side-nav label {
     background: #639954;
     background: #639954;
     color: #fff;
     color: #fff;

Version vom 25. Mai 2020, 22:52 Uhr

/* Custom colors - top bar*/
.tab-bar {
    background: #639954
;
}

/* style the labels */
side-nav label {
    background: #639954;
    color: #fff;
    padding: .25em .5em;
}
/* sidebar background color */
body {
    background-color: #78b766;
}