From c33ea3acd8fa78ace93a1b554d1f55692b6cf02c Mon Sep 17 00:00:00 2001 From: FatCat Client <82377182+FatCatClient@users.noreply.github.com> Date: Wed, 14 Feb 2024 19:20:11 +0100 Subject: [PATCH] Fixes Male-herms having the wrong color in the Dracula theme --- scss/themes/chat/dracula.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/themes/chat/dracula.scss b/scss/themes/chat/dracula.scss index 88dc2fb..20e0b2d 100644 --- a/scss/themes/chat/dracula.scss +++ b/scss/themes/chat/dracula.scss @@ -38,7 +38,7 @@ $genders: ( "none": $dracula-comment, "female": $dracula-pink, "male": $dracula-cyan, - "male-herm": darken(saturate($dracula-cyan, 0.45), 36.86), + "male-herm": lighten(saturate($dracula-cyan, 0.45), 36.86), "transgender": $dracula-orange, "cunt-boy": $dracula-green );