Space out sidebar links. Blacken hovered links.
This commit is contained in:
@@ -32,6 +32,7 @@
|
|||||||
|
|
||||||
.sidebar-link {
|
.sidebar-link {
|
||||||
padding: 0.5rem 1rem;
|
padding: 0.5rem 1rem;
|
||||||
|
margin: 0.125rem 0;
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
color: $secondary;
|
color: $secondary;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@@ -42,7 +43,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $gray-800;
|
color: $black;
|
||||||
background-color: $gray-200;
|
background-color: $gray-200;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user