theme: remove link underline in menu #577

This commit is contained in:
Sören Weber 2023-06-23 12:39:51 +02:00
parent 63928e5a91
commit 277340e491
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -151,6 +151,10 @@ dd {
width: 18.75rem; width: 18.75rem;
} }
#sidebar a{
text-decoration: none;
}
#header-wrapper { #header-wrapper {
border-bottom-style: solid; border-bottom-style: solid;
border-bottom-width: 4px; border-bottom-width: 4px;