From 3f3e33c85300d65008cc4e05c904d3dfdbf21a5f Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Tue, 8 Oct 2019 18:29:03 +0000 Subject: [PATCH] style: Set active button color --- data/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/style.css b/data/style.css index 5abbe416..d7cf4509 100644 --- a/data/style.css +++ b/data/style.css @@ -14,8 +14,8 @@ sq_button { } sq_button:active { - background: #545256; - border-color: #716e78; + background: #747077; + border-color: #96949d; } sq_button.altline,