night-mode: don't override search background color

The color of the top-navigation for "light" and "night" mode is the
same, so we don't need to override the color (for now). The old override
used a hue that was slightly out of tone with the rest of the theme.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2022-12-07 12:32:45 +01:00
parent 90ca64879c
commit ff3f89e712
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 0 additions and 9 deletions

View File

@ -64,15 +64,6 @@ a {
}
.nav-secondary {
background-color: $bg-header-night;
.search-form input[type=search] {
background-color: rgba(76, 76, 76, 0.47);
color: $white;
& :focus {
background-color: rgba(255, 255, 255, 0.17);
}
}
}
.breadcrumb {
background-color: $dark-grey-100;