mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-05-05 07:41:02 +08: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,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…
x
Reference in New Issue
Block a user