Removed dotted line unter navbar logo when hovering (fix #33)
This commit is contained in:
parent
85f31b17fa
commit
904c9ae9a5
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
color: var(--primary);
|
||||
}
|
||||
|
||||
a:hover {
|
||||
a:hover:not(.navbar-logo){
|
||||
border-bottom: 4px dotted var(--secondary);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue