mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-27 08:09:48 +01:00
Compare commits
1 commit
1e407257bd
...
79cc27a919
Author | SHA1 | Date | |
---|---|---|---|
79cc27a919 |
1 changed files with 0 additions and 6 deletions
6
docs/static/style.scss
vendored
6
docs/static/style.scss
vendored
|
@ -240,19 +240,13 @@ li {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-bottom: 1px solid #ccc;
|
border-bottom: 1px solid #ccc;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
@media (prefers-color-scheme: dark) {
|
|
||||||
background: $color-gray-900;
|
|
||||||
color: $color-gray-50;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#search-input {
|
#search-input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hidden {
|
.hidden {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue