From d7d255194babf43e1c55244e14cfaf1f5e0f7dfe Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Fri, 30 Aug 2019 12:18:27 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B5?= =?UTF-8?q?=D0=BD=20=D1=86=D0=B2=D0=B5=D1=82=20=D0=BA=D0=BD=D0=BE=D0=BF?= =?UTF-8?q?=D0=BE=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_assets/components/button.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_assets/components/button.scss b/source/_assets/components/button.scss index dd60ca7..683cd7d 100644 --- a/source/_assets/components/button.scss +++ b/source/_assets/components/button.scss @@ -1,7 +1,7 @@ @import '../vars'; $button-border-radius: 0.5em; -$button-background-color: #405480; +$button-background-color: desaturate(darken($link-color, 5%), 20%); %button { display: inline-block;