From ec2ce84f1265dd160fe1ddab352d63b8de612e94 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sat, 20 Jan 2018 21:46:33 -0800 Subject: [PATCH] tweak colors --- scss/themes/_base.scss | 2 +- scss/themes/scarlet.scss | 2 +- templates/2xx.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scss/themes/_base.scss b/scss/themes/_base.scss index dd26c3e..ecb92ef 100644 --- a/scss/themes/_base.scss +++ b/scss/themes/_base.scss @@ -42,7 +42,7 @@ --action-button-fill-color-active: lighten($main-theme-color, 5%); --action-button-fill-color-pressed: darken($main-theme-color, 7%); --action-button-fill-color-pressed-hover: darken($main-theme-color, 2%); - --action-button-fill-color-pressed-active: $main-theme-color; + --action-button-fill-color-pressed-active: darken($main-theme-color, 15%); --settings-list-item-bg: $main-bg-color; --settings-list-item-text: $main-theme-color; diff --git a/scss/themes/scarlet.scss b/scss/themes/scarlet.scss index 6e482a2..af938ec 100644 --- a/scss/themes/scarlet.scss +++ b/scss/themes/scarlet.scss @@ -1,4 +1,4 @@ -$main-theme-color: darken(crimson, 5%); +$main-theme-color: darken(crimson, 2%); $body-bg-color: lighten($main-theme-color, 38%); $anchor-color: $main-theme-color; $main-text-color: #333; diff --git a/templates/2xx.html b/templates/2xx.html index 497011b..81da57b 100644 --- a/templates/2xx.html +++ b/templates/2xx.html @@ -10,9 +10,9 @@