From 54f9e61b6a207f190ca1f107d0ec2e064f046ea4 Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Fri, 20 Sep 2019 18:15:29 +0000 Subject: [PATCH] style: Make pressed button 20% lighter --- data/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/style.css b/data/style.css index d2bf354f..adc2d556 100644 --- a/data/style.css +++ b/data/style.css @@ -14,8 +14,8 @@ } .key:active { - background: #1c71d8; - border-color: #3584e4; + background: #545256; + border-color: #716e78; } #Return {