Update css with tutanota-inspired email color that fits better

This commit is contained in:
Ethan Paul 2020-11-09 23:23:21 -05:00
parent afe6a70b37
commit b6362af2d2
No known key found for this signature in database
GPG Key ID: D0E2CBF1245E92BF
2 changed files with 6 additions and 7 deletions

View File

@ -1 +0,0 @@
The scss source files are available in the pro version.

View File

@ -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
}