mirror of
https://github.com/revanced/revanced-website.git
synced 2025-06-12 21:27:42 +02:00
fix: improve text selection color
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user