change the selection background color back to what it was before merging
This commit is contained in:
parent
e34fbed4ed
commit
b23b47e37a
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue