fix line strength

This commit is contained in:
Ulf Gebhardt 2026-03-11 15:07:04 +01:00
parent 8a4c4ba26f
commit 636dd3ab03
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -302,6 +302,7 @@ const connectorColor = (index) => {
.roadmap-marker--done {
background: #059669;
border: 3px solid #059669;
color: #fff;
font-size: 14px;
font-weight: bold;
@ -309,6 +310,7 @@ const connectorColor = (index) => {
.roadmap-marker--in-progress {
background: #6366f1;
border: 3px solid #6366f1;
box-shadow: 0 0 0 5px rgba(99, 102, 241, 0.2);
}