| /* Section text in navbar */ | |
| .navbar-dark, .navbar[data-bs-theme="dark"] { | |
| --bs-navbar-color: #d9d9d9; | |
| --bs-navbar-brand-hover-color: #d9d9d9 !important; | |
| --bs-navbar-brand-color: #d9d9d9 !important; | |
| } | |
| /* Version number in navbar */ | |
| .nav-text, .text-muted { | |
| color: #d9d9d9 !important; | |
| } | |
| /* Placeholder of search input in navbar */ | |
| #search-input::placeholder { | |
| color: #d9d9d9; | |
| } | |
| /* Add bottom padding to footer to prevent Kapa AI widget from overlaying content */ | |
| footer { | |
| padding-bottom: 80px; | |
| } |