From 096b7136db0f3d4db8baec5ef0d4a3aa7850f7fb Mon Sep 17 00:00:00 2001 From: Peter Fabian Date: Tue, 26 Nov 2019 19:24:39 +0100 Subject: [PATCH] Button color changed to highlight for this theme. --- assets/css/twenty-twenty.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/twenty-twenty.scss b/assets/css/twenty-twenty.scss index b75c1ce8e99..cd6b1c11e4a 100644 --- a/assets/css/twenty-twenty.scss +++ b/assets/css/twenty-twenty.scss @@ -226,7 +226,8 @@ a.button { } &.button { - background: #111; + background: $highlights-color; + color: #f5efe0; } } }