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

@@ -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-----*/