Aktionen

MediaWiki

Pivot.css: Unterschied zwischen den Versionen

Aus Arbeitsschutz Wiki

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

Version vom 7. Juni 2021, 18:41 Uhr

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