mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-19 01:03:56 +00:00
fix: improve text selection color
This commit is contained in:
@@ -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-----*/
|
||||
|
||||
Reference in New Issue
Block a user