Logo hover effect
This commit is contained in:
parent
5fd0636809
commit
4d6754d1a9
1 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,10 @@
|
|||
height: 48px;
|
||||
align-items: center;
|
||||
|
||||
&:hover {
|
||||
background-color: rgba(var(--sidebar-fg), 0.08);
|
||||
}
|
||||
|
||||
button {
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
|
|
Loading…
Reference in a new issue