mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-12-19 06:29:47 +01:00
docs: fix search bar style in dark mode
This commit is contained in:
parent
0a3855cdc2
commit
9fad42374f
1 changed files with 2 additions and 0 deletions
2
docs/static/style.scss
vendored
2
docs/static/style.scss
vendored
|
@ -251,6 +251,8 @@ li {
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
background: inherit;
|
||||||
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hidden {
|
.hidden {
|
||||||
|
|
Loading…
Reference in a new issue