From 4d21d6bdd19696a4257b1d3da9f1b687be0034b3 Mon Sep 17 00:00:00 2001 From: killerbee Date: Mon, 21 Nov 2022 00:39:10 -0800 Subject: [PATCH] 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) --- app/javascript/styles/meemu-default.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/styles/meemu-default.scss b/app/javascript/styles/meemu-default.scss index d08dea2..cfe49fc 100644 --- a/app/javascript/styles/meemu-default.scss +++ b/app/javascript/styles/meemu-default.scss @@ -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;