Solved link bugs

This commit is contained in:
Kevin Veen-Birkenbach 2025-02-07 17:33:29 +01:00
parent 93d2a862c4
commit 043a33acd9

View File

@ -86,10 +86,6 @@ input:focus, textarea:focus, select:focus {
box-shadow: 0 0 5px var(--shadow-color);
}
.bg-light{
background-color: var(--background-color) !important;
}
/* Navigation (Background and Text Colors) */
.navbar, .navbar-light, .navbar-dark {
background-color: var(--background-color) !important;
@ -100,8 +96,8 @@ input:focus, textarea:focus, select:focus {
color: var(--button-text-color) !important;
}
.navbar .dropdown-item a {
color: var(--background-color) !important;
.navbar a.dropdown-item{
color: var(--background-dark-color) !important;
}