This commit is contained in:
2026-03-04 14:08:46 +01:00
parent 0d88fa0cdb
commit 68e9738c4a
9 changed files with 31 additions and 17 deletions

View File

@@ -1232,6 +1232,20 @@ body {
gap: 12px;
font-size: 14px;
opacity: 0.8;
margin-left: -8px;
}
.contact-item a {
color: inherit;
text-decoration: none;
opacity: inherit;
font-size: inherit;
font-family: inherit;
}
.contact-item a:hover {
opacity: 1;
color: var(--accent-orange);
}
.contact-icon {