Updated the hover effect on the Sidebar styles.sass

This commit is contained in:
Mathias Wagner 2024-01-01 12:32:28 +01:00
parent 8fb2b49a40
commit 5635e47659
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -46,11 +46,17 @@ aside .header:hover
font-size: 1.3rem
margin: 0
&:hover
background-color: $darker
filter: brightness(1.1)
.item-active
display: flex
background-color: $background
&:hover
background-color: $background
@media screen and (max-width: 768px)
aside
position: fixed