From 2b0b20caa7d1b2af42df215c618b03abfe8cd759 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 18 Oct 2017 14:48:49 +0200 Subject: [PATCH] css: consistent coloring for primary/info style in dark theme. --- css/m-dark.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/m-dark.css b/css/m-dark.css index 136cec55..315666a6 100644 --- a/css/m-dark.css +++ b/css/m-dark.css @@ -69,7 +69,7 @@ --default-filled-link-color: #5b9dd9; --default-filled-link-active-color: #a5c9ea; - --primary-color: #2f83cc; + --primary-color: #a5c9ea; --primary-filled-color: #2f363f; --primary-filled-background-color: #a5c2db; --primary-filled-link-color: #2a75b6; @@ -93,7 +93,7 @@ --danger-filled-link-color: #d85c59; --danger-filled-link-active-color: #ff9391; - --info-color: #a5c9ea; + --info-color: #2f83cc; --info-filled-color: #a5caeb; --info-filled-background-color: #2a4f70; --info-filled-link-color: #5297d7; -- 2.30.2