change the selection background color back to what it was before merging

This commit is contained in:
emilyd 2023-10-04 18:56:48 +03:00 committed by lifehackerhansol
parent e34fbed4ed
commit b23b47e37a
No known key found for this signature in database
GPG key ID: 80FB184AFC0B3B0E

View file

@ -9,7 +9,7 @@ html {
/* hacks-guide change start: add text selection custom colours */ /* hacks-guide change start: add text selection custom colours */
::selection { ::selection {
color: $text-color; color: $text-color;
background: $code-background-color; background: $text-highlight-color;
} }
/* hacks-guide change end */ /* hacks-guide change end */
} }