Fix searchbar style on safari

This commit is contained in:
Fahmi
2020-09-06 14:51:15 +07:00
parent ef3194bb60
commit d4985d8184
2 changed files with 17 additions and 6 deletions

View File

@@ -234,12 +234,14 @@ body[data-theme="dark"] {
.solution:hover {
color: $dark-text-link-blue-active;
}
}
}
.search-article {
input[type="search"] {
color: $dark-text-base-color;
&::-webkit-input-placeholder {
color: rgba(128,128,128,0.8);
}
}
}
}