remove border

This commit is contained in:
Ulf Gebhardt 2026-03-11 15:05:43 +01:00
parent 26c2c470fe
commit 8a4c4ba26f
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -397,13 +397,6 @@ const connectorColor = (index) => {
text-decoration: underline;
}
/* === Hervorhebung der aktiven Station === */
.roadmap-station--in-progress .roadmap-content {
padding-left: 4px;
border-left: 3px solid rgba(99, 102, 241, 0.3);
border-radius: 4px;
margin-left: -4px;
}
/* === Responsive === */
@media (max-width: 600px) {