Space out sidebar links. Blacken hovered links.

This commit is contained in:
Leo
2025-01-23 18:27:52 -06:00
parent 6c40a15cc9
commit b16c177c47

View File

@@ -32,6 +32,7 @@
.sidebar-link {
padding: 0.5rem 1rem;
margin: 0.125rem 0;
border-radius: 0.5rem;
color: $secondary;
text-decoration: none;
@@ -42,7 +43,7 @@
}
&:hover {
color: $gray-800;
color: $black;
background-color: $gray-200;
text-decoration: none;
}