Remove navbar item background on focus

This commit is contained in:
Jake Howard 2022-10-02 18:05:12 +01:00
parent f16f22ad48
commit 31646007f7
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
}
}
.navbar-item:hover {
.navbar-item {
background-color: transparent !important;
}