feature: right menu + styling fixes

This commit is contained in:
Jean-Baptiste Pasquier
2021-01-22 14:50:03 +01:00
parent 65738f75b0
commit 9a463c87e7
8 changed files with 33 additions and 17 deletions

View File

@ -75,6 +75,9 @@ main {
color: white;
background: var(--color-heading);
}
solid-link:not([active]):hover {
background: #e4e4e4;
}
}
&.jsRightMenu:not([open]) {

View File

@ -53,7 +53,7 @@ header {
margin-left: -9px;
}
&:hover {
&:hover, &:focus {
background: white;
}