Fix wrong highlight color on navbar

This commit is contained in:
BBaoVanC 2023-10-15 19:40:45 -05:00
parent f94307cdbf
commit 03d826f1c4
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ h1 svg.icon {
}
.navbar-item:hover {
background-color: var(--background-teal-2);
background-color: var(--background-2);
text-decoration: none;
}