fix: improve text selection color

This commit is contained in:
Ushie
2022-11-27 01:43:31 +03:00
committed by GitHub
parent b135442a43
commit d4279a8038
2 changed files with 4 additions and 7 deletions

View File

@ -4,7 +4,7 @@
</script>
<div>
<img src="../icons/search.svg" />
<img src="../icons/search.svg" alt="Search" />
<input type="text" placeholder={title} bind:value={searchTerm} />
</div>
@ -33,9 +33,4 @@
input:focus {
outline: 1px solid var(--accent-color);
}
h3 {
font-size: 0.9rem;
color: var(--grey-five);
}
</style>