mirror of
https://github.com/revanced/revanced-website.git
synced 2025-04-29 22:24:31 +02:00
fix: improve text selection color
This commit is contained in:
parent
b135442a43
commit
d4279a8038
@ -35,6 +35,7 @@ body {
|
||||
|
||||
:root {
|
||||
--white: #fff;
|
||||
--accent-low-opacity: #9ed7ff50;
|
||||
--accent-color: #9fd5ff;
|
||||
--accent-color-two: hsl(207, 65%, 90%);
|
||||
--bg-color: hsl(240, 2%, 11%);
|
||||
@ -49,7 +50,8 @@ body {
|
||||
}
|
||||
|
||||
::selection {
|
||||
background: var(--grey-six);
|
||||
background-color: var(--accent-low-opacity);
|
||||
color: var(--accent-color);
|
||||
}
|
||||
|
||||
/*-----headings-----*/
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user