diff --git a/scss/_navbar.scss b/scss/_navbar.scss index 0587013a..1651cc9b 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -13,3 +13,11 @@ flex: 1; } } + +// Needed to properly style inputs on dark background +.navbar-dark .form-control { + color: $white; + &::placeholder { + color: $navbar-dark-color; + } +}