Correct style rules for #sidebar a

This commit is contained in:
Fred Boniface 2022-10-26 21:41:32 +01:00
parent 7c15d49ee0
commit a103179805
1 changed files with 2 additions and 2 deletions

View File

@ -128,8 +128,8 @@ body {
display: block; display: block;
white-space: nowrap; white-space: nowrap;
} }
#sidebar_a:hover {color: var(--main-text-color)} #sidebar a:hover {color: var(--main-text-color)}
#sidebar_a:active {color: var(--main-text-color)} #sidebar a:active {color: var(--main-text-color)}
#sidebar_logo { #sidebar_logo {
margin-top: 40%; margin-top: 40%;
text-align: center; text-align: center;