diff --git a/less/hacker/_theme.less b/less/hacker/_theme.less index f585d3e..9b7117d 100644 --- a/less/hacker/_theme.less +++ b/less/hacker/_theme.less @@ -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 +} \ No newline at end of file