Aktionen

MediaWiki

Pivot.css: Unterschied zwischen den Versionen

Aus Arbeitsschutz Wiki

(Die Seite wurde neu angelegt: „→‎Kopfleiste: .tab-bar { background: #e7e7e7; font-family: 'Montserrat', 'Jost', sans-serif; } →‎sidebar background color: body { background-…“)
 
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
/* Kopfleiste */
/* Kopfleiste */
.tab-bar {
.tab-bar {
     background: #e7e7e7;
     background: #CED4DA;
     font-family: 'Montserrat', 'Jost', sans-serif;
     font-family: 'Montserrat', 'Jost', sans-serif;
}
}
/* sidebar background color */
/* sidebar background color */
body {
body {
     background-color: #e7e7e7;
     background-color: #CED4DA;
}
}

Version vom 7. Juni 2021, 18:41 Uhr

/* Kopfleiste */
.tab-bar {
    background: #CED4DA;
    font-family: 'Montserrat', 'Jost', sans-serif;
}
/* sidebar background color */
body {
    background-color: #CED4DA;
}