diff options
Diffstat (limited to 'assets/css/darktheme.css')
| -rw-r--r-- | assets/css/darktheme.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/css/darktheme.css b/assets/css/darktheme.css index 8ecf2ea3..1af246df 100644 --- a/assets/css/darktheme.css +++ b/assets/css/darktheme.css @@ -28,3 +28,8 @@ body { .pure-form > fieldset > select, .pure-control-group > select { color: #101010; } + +.navbar>.searchbar input { + background-color: inherit; + color: inherit; +} |
