From 08c06aab8babad1d2408c5006ac01047eac25df4 Mon Sep 17 00:00:00 2001 From: Arne Swanson Date: Sat, 11 Aug 2018 17:52:08 -0400 Subject: [PATCH] add selection --- less/hacker/_theme.less | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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