More visible highlight colour

This commit is contained in:
JP Hastings-Spital 2023-08-19 19:55:06 +01:00
parent b7e9b3cf17
commit 7201344370

View file

@ -12,14 +12,14 @@ html {
}
::selection {
background-color: lch(100% 25 var(--accentHue));
background-color: lch(85% 25 var(--accentHue));
@media (prefers-color-scheme: dark) {
background-color: lch(20% 25 var(--accentHue));
}
@media (prefers-color-scheme: light) {
background-color: lch(100% 25 var(--accentHue));
background-color: lch(85% 25 var(--accentHue));
}
}