From d50e2315f84a1505289fa8aa113fb94f7de7a6f9 Mon Sep 17 00:00:00 2001 From: Alex Legler Date: Sat, 9 May 2015 15:24:08 +0200 Subject: Set a selection color --- sources/css/tyrian/less/typography.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sources/css/tyrian/less/typography.less b/sources/css/tyrian/less/typography.less index 5d34a31..0e7c037 100644 --- a/sources/css/tyrian/less/typography.less +++ b/sources/css/tyrian/less/typography.less @@ -18,3 +18,11 @@ textarea { .visited-links p > a:visited:not(.btn) { color: @visited-link-color; } + +::selection { + background: #dddaec; +} + +::-moz-selection { + background: #dddaec; +} \ No newline at end of file -- cgit v1.2.3-65-gdbad