8.582
Bearbeitungen
Jneug (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Jneug (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 23: | Zeile 23: | ||
} | } | ||
/* Color utilities */ | /* Color utilities */ | ||
.text-white { | .text-white { | ||
color: #FFF; | color: #FFF !important; | ||
} | } | ||
.text- | .text-default { | ||
color: #212529; | color: #212529 !important; | ||
} | } | ||
.text-muted { | .text-muted { | ||
color: #AEAEAE; | color: #AEAEAE !important; | ||
} | |||
.text-primary { | |||
} | |||
.text-secondary { | |||
} | |||
.text-hg { | |||
color: #00A651 !important; | |||
} | |||
.text-hgrot { | |||
color: #97373d !important; | |||
} | } | ||
.bg-primary { | .bg-primary { | ||
| Zeile 47: | Zeile 53: | ||
} | } | ||
.bg-dark { | .bg-dark { | ||
background: #333; | background: #333 !important; | ||
} | } | ||
.bg-light { | .bg-light { | ||
background: #EEE; | background: #EEE !important; | ||
} | } | ||
.bg-hg { | |||
.bg- | background: #00A651 !important; | ||
background: # | } | ||
.bg-hgrot { | |||
background: #97373d !important; | |||
} | } | ||