Compare commits

...
This repository has been archived on 2018-11-20. You can view files and clone it, but cannot push or open issues or pull requests.

1 Commits

Author SHA1 Message Date
Arne Swanson 9ac517b5eb add selection 2018-08-11 17:52:08 -04:00
1 changed files with 17 additions and 0 deletions

View File

@ -176,3 +176,20 @@ tr.active {
border: 1px solid #222;
}
}
::selection {
background: @hacker-primary-lighter;
color: @hacker-bg
}
*::selection {
background: @hacker-primary-lighter;
color: @hacker-bg
}
::-moz-selection {
background: @hacker-primary-lighter;
color: @hacker-bg
}
*::-moz-selection {
background: @hacker-primary-lighter;
color: @hacker-bg
}