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;
|
height: 48px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background-color: rgba(var(--sidebar-fg), 0.08);
|
||||||
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
|
Loading…
Reference in a new issue