From 97eea3b2bfc5f6d1a3e680ee07b1274247610bb0 Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Thu, 2 Aug 2018 20:51:18 +0200 Subject: [PATCH] Set .btn base color --- scss/_buttons.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scss/_buttons.scss b/scss/_buttons.scss index 404851e190..e9e03a7d68 100644 --- a/scss/_buttons.scss +++ b/scss/_buttons.scss @@ -7,6 +7,7 @@ .btn { display: inline-block; font-weight: $btn-font-weight; + color: $body-color; text-align: center; vertical-align: middle; user-select: none; @@ -17,6 +18,7 @@ // Share hover and focus styles @include hover-focus { + color: $body-color; text-decoration: none; }