Update css with tutanota-inspired email color that fits better
This commit is contained in:
parent
afe6a70b37
commit
b6362af2d2
@ -1 +0,0 @@
|
|||||||
The scss source files are available in the pro version.
|
|
@ -908,20 +908,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:#A93125;
|
background:#00af8c;
|
||||||
border-color:#A93125;
|
border-color:#00af8c;
|
||||||
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:#A93125;
|
border-color:#00af8c;
|
||||||
color:#A93125;
|
color:#00af8c;
|
||||||
}
|
}
|
||||||
|
|
||||||
.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:#A93125;
|
background:#00af8c;
|
||||||
border-color:#A93125;
|
border-color:#00af8c;
|
||||||
color:#fff
|
color:#fff
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user