feat(style.css): add link class

This commit is contained in:
2025-06-16 14:13:55 +02:00
parent c0eb4e0a6d
commit 9847979f43

View File

@@ -171,6 +171,14 @@ header a {
background-color: var(--nord-aur3);
}
.link {
transition: 0.3s ease-in-out;
}
.link:hover {
color: var(--nord-acc2);
}
.details-table tr td:first-child {
font-weight: 900;
background-color: var(--nord-bg3);