mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
auto-complete: always use light color for scrollbar #471
as long as the colors aren't configurable
This commit is contained in:
parent
8b2380da2d
commit
f7d19ae4cc
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
.autocomplete-suggestions {
|
.autocomplete-suggestions {
|
||||||
text-align: start;
|
text-align: start;
|
||||||
|
color-scheme: only light; /* set browser scrollbar color */
|
||||||
cursor: default;
|
cursor: default;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
|
|
Loading…
Reference in a new issue