From 9fab9b955e61f8bfc8a67f684c6a656de222f31c Mon Sep 17 00:00:00 2001 From: Feuerfuchs Date: Wed, 5 Jun 2019 09:55:01 +0200 Subject: Fix selection color in Chrome --- css/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css') diff --git a/css/main.scss b/css/main.scss index 993cb9c..75a6609 100644 --- a/css/main.scss +++ b/css/main.scss @@ -6,7 +6,7 @@ $text-faint: mix(hsl(210, 100%, 95%), $background, 40%); $text-plus: #fff; $link-idle: $text-plus; $link-visited: $text; -$sel-background: $accent; +$sel-background: rgba($accent, .996); $sel-text: #000; body { -- cgit v1.2.3-54-g00ecf