mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-30 11:13:06 +00:00
fix select option color in Chrome
This commit is contained in:
parent
8cf7531a22
commit
15f890999f
1 changed files with 4 additions and 0 deletions
|
@ -1130,3 +1130,7 @@ pre .copy-to-clipboard:hover {
|
||||||
#searchResults {
|
#searchResults {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
option {
|
||||||
|
color: initial;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue