Update version to 1.0.4 and add styling for autocomplete dropdown border
This commit is contained in:
parent
e494d98b14
commit
86a6d984c0
1 changed files with 4 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
/* ==UserStyle==
|
/* ==UserStyle==
|
||||||
@name Gruvbox for Searx
|
@name Gruvbox for Searx
|
||||||
@namespace git.m3.fyi/Marsn3
|
@namespace git.m3.fyi/Marsn3
|
||||||
@version 1.0.3
|
@version 1.0.4
|
||||||
@description Gruvbox Theme for Searx
|
@description Gruvbox Theme for Searx
|
||||||
@author Marsn3
|
@author Marsn3
|
||||||
@homepageURL https://git.m3.fyi/Marsn3/userstyles
|
@homepageURL https://git.m3.fyi/Marsn3/userstyles
|
||||||
|
|
@ -123,4 +123,7 @@
|
||||||
color: var(--green);
|
color: var(--green);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
.autocomplete.open {
|
||||||
|
border: 1px solid var(--bg1);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue