_sass: base: add text selection custom colours
This commit is contained in:
parent
c9a71194bf
commit
56cbbd3cca
1 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,12 @@ html {
|
|||
/* sticky footer fix */
|
||||
position: relative;
|
||||
min-height: 100%;
|
||||
/* hacks-guide change start: add text selection custom colours */
|
||||
::selection {
|
||||
color: $text-color;
|
||||
background: $text-highlight-color;
|
||||
}
|
||||
/* hacks-guide change end */
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
Loading…
Reference in a new issue