Space out sidebar links. Blacken hovered links.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user