mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-22 20:39:40 +01:00
Solved link bugs
This commit is contained in:
parent
93d2a862c4
commit
043a33acd9
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user