Update email icon to use tuta colors

This commit is contained in:
Ethan Paul 2024-03-21 17:51:14 -04:00
parent 391091a754
commit 5890f83ecb
Signed by: enpaul
GPG Key ID: 7F99C4BD34F93E16
1 changed files with 6 additions and 6 deletions

View File

@ -915,20 +915,20 @@ body.mobile-nav-active #mobile-nav-toggle {
}
.hb-email, .hb-email:after, .hb-email:before {
background:#00af8c;
border-color:#00af8c;
background:#840010;
border-color:#840010;
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:#00af8c;
color:#00af8c;
border-color:#840010;
color:#840010;
}
.hb-email-inv:hover, .hb-email-inv:hover:after, .hb-email-inv:hover:before {
background:#00af8c;
border-color:#00af8c;
background:#840010;
border-color:#840010;
color:#fff
}