Update email icon to use tuta colors
This commit is contained in:
parent
391091a754
commit
5890f83ecb
@ -915,20 +915,20 @@ body.mobile-nav-active #mobile-nav-toggle {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.hb-email, .hb-email:after, .hb-email:before {
|
.hb-email, .hb-email:after, .hb-email:before {
|
||||||
background:#00af8c;
|
background:#840010;
|
||||||
border-color:#00af8c;
|
border-color:#840010;
|
||||||
color:#fff;
|
color:#fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hb-email-inv, .hb-email-inv:after, .hb-email-inv:before, .hb-email:hover, .hb-email:hover:after, .hb-email:hover:before {
|
.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;
|
background:0 0;
|
||||||
border-color:#00af8c;
|
border-color:#840010;
|
||||||
color:#00af8c;
|
color:#840010;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hb-email-inv:hover, .hb-email-inv:hover:after, .hb-email-inv:hover:before {
|
.hb-email-inv:hover, .hb-email-inv:hover:after, .hb-email-inv:hover:before {
|
||||||
background:#00af8c;
|
background:#840010;
|
||||||
border-color:#00af8c;
|
border-color:#840010;
|
||||||
color:#fff
|
color:#fff
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user