From b6362af2d226feb08b2aeb101e397a09e98614aa Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Mon, 9 Nov 2020 23:23:21 -0500 Subject: [PATCH] Update css with tutanota-inspired email color that fits better --- css/scss-files.txt | 1 - css/style.css | 12 ++++++------ 2 files changed, 6 insertions(+), 7 deletions(-) delete mode 100644 css/scss-files.txt diff --git a/css/scss-files.txt b/css/scss-files.txt deleted file mode 100644 index 957bce7..0000000 --- a/css/scss-files.txt +++ /dev/null @@ -1 +0,0 @@ -The scss source files are available in the pro version. diff --git a/css/style.css b/css/style.css index b64e0bb..d9ea355 100644 --- a/css/style.css +++ b/css/style.css @@ -908,20 +908,20 @@ body.mobile-nav-active #mobile-nav-toggle { } .hb-email, .hb-email:after, .hb-email:before { - background:#A93125; - border-color:#A93125; + background:#00af8c; + border-color:#00af8c; color:#fff; } .hb-email-inv, .hb-email-inv:after, .hb-email-inv:before, .hb-email:hover, .hb-email:hover:after, .hb-email:hover:before { background:0 0; - border-color:#A93125; - color:#A93125; + border-color:#00af8c; + color:#00af8c; } .hb-email-inv:hover, .hb-email-inv:hover:after, .hb-email-inv:hover:before { - background:#A93125; - border-color:#A93125; + background:#00af8c; + border-color:#00af8c; color:#fff }