mirror of
https://github.com/revanced/revanced-website.git
synced 2025-04-30 06:34:35 +02:00
fix: improve text selection color
This commit is contained in:
parent
b135442a43
commit
d4279a8038
@ -35,6 +35,7 @@ body {
|
|||||||
|
|
||||||
:root {
|
:root {
|
||||||
--white: #fff;
|
--white: #fff;
|
||||||
|
--accent-low-opacity: #9ed7ff50;
|
||||||
--accent-color: #9fd5ff;
|
--accent-color: #9fd5ff;
|
||||||
--accent-color-two: hsl(207, 65%, 90%);
|
--accent-color-two: hsl(207, 65%, 90%);
|
||||||
--bg-color: hsl(240, 2%, 11%);
|
--bg-color: hsl(240, 2%, 11%);
|
||||||
@ -49,7 +50,8 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
background: var(--grey-six);
|
background-color: var(--accent-low-opacity);
|
||||||
|
color: var(--accent-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*-----headings-----*/
|
/*-----headings-----*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<img src="../icons/search.svg" />
|
<img src="../icons/search.svg" alt="Search" />
|
||||||
<input type="text" placeholder={title} bind:value={searchTerm} />
|
<input type="text" placeholder={title} bind:value={searchTerm} />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -33,9 +33,4 @@
|
|||||||
input:focus {
|
input:focus {
|
||||||
outline: 1px solid var(--accent-color);
|
outline: 1px solid var(--accent-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
|
||||||
font-size: 0.9rem;
|
|
||||||
color: var(--grey-five);
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user