feature: right menu + styling fixes
This commit is contained in:
@ -75,6 +75,9 @@ main {
|
||||
color: white;
|
||||
background: var(--color-heading);
|
||||
}
|
||||
solid-link:not([active]):hover {
|
||||
background: #e4e4e4;
|
||||
}
|
||||
}
|
||||
|
||||
&.jsRightMenu:not([open]) {
|
||||
|
@ -53,7 +53,7 @@ header {
|
||||
margin-left: -9px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
&:hover, &:focus {
|
||||
background: white;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user