Logo hover effect

This commit is contained in:
Chen-I Lim 2021-01-28 14:10:04 -08:00
parent 5fd0636809
commit 4d6754d1a9

View file

@ -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;