fix(style.css): fix text color on hover

This commit is contained in:
2025-06-16 14:11:31 +02:00
parent 6979fe17e7
commit 947adda4da

View File

@@ -42,11 +42,6 @@ input {
a {
color: var(--nord-acc0);
text-decoration: none;
transition: 0.3s ease-in-out;
}
a:hover {
color: var(--nord-acc2);
}
#wrapper {
@@ -90,6 +85,11 @@ header a {
transition: 0.3s ease-in-out;
}
.button a:hover {
color: var(--nord-bg0);
text-decoration: none;
}
.button:hover {
background-color: var(--nord-acc2);
cursor: pointer;