This commit is contained in:
Ulf Gebhardt 2026-03-11 15:10:01 +01:00
parent cf0832ebe3
commit eb4ed548f0
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -238,7 +238,7 @@ const connectorColor = (index) => {
} }
.roadmap-legend-dot--done { .roadmap-legend-dot--done {
background: #059669; background: #eab308;
} }
.roadmap-legend-dot--in-progress { .roadmap-legend-dot--in-progress {
@ -246,7 +246,7 @@ const connectorColor = (index) => {
} }
.roadmap-legend-dot--planned { .roadmap-legend-dot--planned {
background: #86efac; background: #059669;
} }
/* === Timeline === */ /* === Timeline === */
@ -301,8 +301,8 @@ const connectorColor = (index) => {
} }
.roadmap-marker--done { .roadmap-marker--done {
background: #059669; background: #eab308;
border: 3px solid #059669; border: 3px solid #eab308;
color: #fff; color: #fff;
font-size: 14px; font-size: 14px;
font-weight: bold; font-weight: bold;
@ -329,7 +329,7 @@ const connectorColor = (index) => {
.roadmap-marker--planned { .roadmap-marker--planned {
background: var(--vp-c-bg, #fff); background: var(--vp-c-bg, #fff);
border: 3px solid #86efac; border: 3px solid #059669;
} }
/* === Inhalt === */ /* === Inhalt === */
@ -361,8 +361,8 @@ const connectorColor = (index) => {
} }
.roadmap-content-badge--done { .roadmap-content-badge--done {
background: #d1fae5; background: #fef9c3;
color: #065f46; color: #854d0e;
} }
.roadmap-content-badge--in-progress { .roadmap-content-badge--in-progress {
@ -371,8 +371,8 @@ const connectorColor = (index) => {
} }
.roadmap-content-badge--planned { .roadmap-content-badge--planned {
background: #ecfdf5; background: #d1fae5;
color: #047857; color: #065f46;
} }
.roadmap-content-description { .roadmap-content-description {