Pivot.css: Unterschied zwischen den Versionen
Aus Arbeitsschutz Wiki
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 3: | Zeile 3: | ||
background: #FFBF00; | background: #FFBF00; | ||
font-family: 'Montserrat', 'Jost', sans-serif; | font-family: 'Montserrat', 'Jost', sans-serif; | ||
} | |||
/* sidebar background color */ | |||
body { | |||
background-color: #e7e7e7; | |||
} | } | ||
Version vom 9. Juni 2021, 17:44 Uhr
/* Kopfleiste */ .tab-bar { background: #FFBF00; font-family: 'Montserrat', 'Jost', sans-serif; } /* sidebar background color */ body { background-color: #e7e7e7; } /* make the main page subheaders solid bars */ .subheader { background-color: #008d8d; color: #fff; text-align: center; padding: .5em; font-size: 15px; border-radius: 0; /* font-family: Montserrat, Jost, sans-serif; */ font-weight: 600; margin-top: 20px; }