0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Refined ::selection color

This commit is contained in:
Peter Zimon 2021-03-09 12:33:30 +01:00
parent 7256de95b6
commit 83b7aac8cd
2 changed files with 5 additions and 1 deletions

View file

@ -874,4 +874,8 @@ input:focus,
.gh-notification {
background: var(--lightgrey);
}
::selection {
background: color-mod(var(--lightgrey-l1));
}

View file

@ -295,7 +295,7 @@ body {
}
::selection {
background: color-mod(var(--midlightgrey) lightness(+15%));
background: color-mod(var(--whitegrey-d1));
}