Darken link colours to increase contrast for a11y

This commit is contained in:
Kate Kalcevich 2020-08-01 06:09:48 -04:00 committed by GitHub
parent 4db5e02372
commit 5bd3a059e3
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;