style: change style on hover in navbar
All checks were successful
Deploy website / build-and-deploy (push) Successful in 5m3s
All checks were successful
Deploy website / build-and-deploy (push) Successful in 5m3s
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
b393100c6a
commit
95e683b78e
1 changed files with 5 additions and 0 deletions
|
@ -42,6 +42,11 @@ hr {
|
|||
font-size: medium;
|
||||
}
|
||||
|
||||
.headerlink:hover {
|
||||
background: var(--dark-link);
|
||||
color: var(--code-bg);
|
||||
}
|
||||
|
||||
.headerlink-active {
|
||||
border: 2px solid var(--dark-link);
|
||||
padding: 0.5vh 1.5vh;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue