️ style: increase contrast for link hover

This commit is contained in:
welpo
2023-03-06 21:57:29 +01:00
parent 283f3d3934
commit e51f5318d6
3 changed files with 4 additions and 3 deletions

View File

@@ -111,7 +111,7 @@ a {
}
a:hover {
background-color: var(--primary-color);
background-color: var(--accent-color);
color: var(--hover-color);
}
@@ -123,7 +123,7 @@ a:not(.no-hover-padding, .zola-anchor)::before {
left: -0.15em;
right: -0.15em;
z-index: -1;
background-color: var(--primary-color);
background-color: var(--accent-color);
opacity: 0;
}