Pivot.css: Unterschied zwischen den Versionen
Aus Arbeitsschutz Wiki
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 7: | Zeile 7: | ||
/* sidebar background color */ | /* sidebar background color */ | ||
body { | body { | ||
background-color: # | background-color: #F5DA81; | ||
} | } | ||
/* make the main page subheaders solid bars */ | /* make the main page subheaders solid bars */ | ||
.subheader { | .subheader { | ||
background-color: # | background-color: #F5DA81; | ||
color: #fff; | color: #fff; | ||
text-align: center; | text-align: center; |
Version vom 9. Juni 2021, 17:46 Uhr
/* Kopfleiste */ .tab-bar { background: #FFBF00; font-family: 'Montserrat', 'Jost', sans-serif; } /* sidebar background color */ body { background-color: #F5DA81; } /* make the main page subheaders solid bars */ .subheader { background-color: #F5DA81; 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; }