fixed a missed # in colors, a build with new colors

This commit is contained in:
Matteo Manzinello
2020-08-01 12:39:53 +02:00
parent 19521094ae
commit a0a7adf91c
11 changed files with 11 additions and 11 deletions

View File

@@ -5,7 +5,7 @@ $mailgo-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
// colors
$default-color: #4a4a4a;
$gmail-color: #c0372a;
$outlook-color: 0967aa;
$outlook-color: #0967aa;
$wa-color: #067466;
$telegram-color: #086da0;
$skype-color: #076d92;