Merge pull request #56 from katekalcevich/patch-1

Darken link colours to increase contrast for a11y
This commit is contained in:
Matteo Manzinello 2020-08-01 12:36:44 +02:00 committed by GitHub
commit 463215f4c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -4,11 +4,11 @@ $mailgo-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
// colors
$default-color: #4a4a4a;
$gmail-color: #d44638;
$outlook-color: #0072c6;
$wa-color: #00bfa5;
$telegram-color: #0088cc;
$skype-color: #00aff0;
$gmail-color: #c0372a;
$outlook-color: 0967aa;
$wa-color: #067466;
$telegram-color: #086da0;
$skype-color: #076d92;
$default-color-hover: #3d3d3d;