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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user