Release v1.2.9: Verbesserte Adress-Links und Docker-Port-Mapping

This commit is contained in:
2025-03-19 15:01:59 +01:00
parent 94c381fbfc
commit c454620ae1
4 changed files with 31 additions and 6 deletions

View File

@@ -270,4 +270,24 @@ body {
.tag-mediconsult {
background-color: #ff9800;
}
/* Adress-Links */
.address-text {
margin-right: 5px;
}
.address-link, .route-link {
color: #666;
text-decoration: none;
margin-left: 5px;
transition: color 0.2s;
}
.address-link:hover, .route-link:hover {
color: #0d6efd;
}
.location-pin, .route-pin {
font-size: 1.1em;
}