Increase hashtag contrast ratio from 5.44 (AA) to 7.26 (AAA)

Also from 4.14 (fail) to 5.52 (AA) on highlighted toot (though I can't
 find in the generated CSS currently where the highlighted toot background
 color is coming from; this may not be as bad when the $ui-base-color is
 properly updated, if the highlight color is derived from it)
This commit is contained in:
killerbee 2022-11-21 00:39:10 -08:00
parent 90dc37758d
commit 4d21d6bdd1
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ $classic-base-color: #261f3f;
$ui-base-color: $classic-base-color;
$ui-base-lighter-color: #a87ea8;
$ui-primary-color: #9bcbed;
$ui-secondary-color: #ba8d98;
$ui-secondary-color: #d8a2ba;
$ui-highlight-color: #CC7AFF;