Update main.scss

This commit is contained in:
Luke 2023-03-13 09:22:33 +01:00 committed by GitHub
parent 7b24103a62
commit cecdb19345
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,6 +142,10 @@ a.icon img {
color: var(--nav-bg-color);
}
#nav a.icon:hover {
background-color: transparent;
}
#nav-list::after {
background-color: var(--nav-bg-hover-color);
}