diff --git a/scss/themes/_base.scss b/scss/themes/_base.scss index dd26c3e7..ecb92ef5 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 6e482a25..af938ec5 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 497011bb..81da57b9 100644 --- a/templates/2xx.html +++ b/templates/2xx.html @@ -10,9 +10,9 @@