fix(style): ensure navbar hover bg stays within navbar borders

This commit is contained in:
Price Hiller 2023-08-27 22:08:52 -05:00
parent 1a6fa6cbb7
commit 0ad012d482
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -106,6 +106,13 @@ nav {
/* Set the navbar to have highest priority so it shows above all other elements */ /* Set the navbar to have highest priority so it shows above all other elements */
z-index: 1000; z-index: 1000;
} }
.nav-item:first-child {
border-bottom-left-radius: 10px;
}
.nav-item:last-child {
border-bottom-right-radius: 10px;
} }
nav a:link, nav a:link,