mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 01:35:56 +01:00
More visible highlight colour
This commit is contained in:
parent
b7e9b3cf17
commit
7201344370
1 changed files with 2 additions and 2 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue