Danke, aber die Punkte bleiben weiß. Dann wird das wohl einfach nicht gehen.
Doch, geht!
CSS
.timeline > .line {
background-color: #e1e1e1 !important;
}
.timeline > .point {
stroke: #f60 !important; /* Farbe des Rings */
stroke-width: 30px !important; /* Größe der Punkte */
}
.timeline > svg {
fill: #f60 !important; /* Farbe des Punktes */
}
div.date {
color: #f60 !important; /* Farbe des Datums */
}
div.action {
color: #f60 !important; /* Farbe des Komentars */
}
Alles anzeigen