fix: CSS-Stil für die mail-link Klasse angepasst: Links sind nun blau und haben keine Unterstreichung. Aktivierung der href-Eigenschaft, die zuvor durch den Sanitizer entfernt wurde.

This commit is contained in:
Developer 02
2024-07-18 11:56:19 +02:00
parent 678360953d
commit 99c05a44f5
4 changed files with 19 additions and 4 deletions

View File

@@ -215,6 +215,15 @@ footer#page-footer {
font-weight: 700;
}
.mail-link {
color: black;
text-decoration: none;
}
.mail-link:hover {
text-decoration: underline;
}
/* styles for mobile responsiveness */
@media (max-width: 767px) {
.navbar {