fix errori hex

This commit is contained in:
Matteo Manzinello 2019-05-04 01:45:02 +02:00
parent dbfaccd687
commit 206cb01489

View File

@ -60,10 +60,10 @@ let styles = `
background-color: rgba(0, 0, 0, 0.08); background-color: rgba(0, 0, 0, 0.08);
} }
.mailgo-modal-content a.outlook { .mailgo-modal-content a.outlook {
color: rgba(0, 114, 198); color: #0072C6;
} }
.mailgo-modal-content a.gmail { .mailgo-modal-content a.gmail {
color: rgba(212, 70, 56); color: #D44638;
} }
.mailgo-modal-content a.outlook:hover { .mailgo-modal-content a.outlook:hover {
background-color: rgba(0, 114, 198, 0.08); background-color: rgba(0, 114, 198, 0.08);