Fixes Male-herms having the wrong color in the Dracula theme

This commit is contained in:
FatCat Client 2024-02-14 19:20:11 +01:00
parent abe49e0c5b
commit c33ea3acd8
1 changed files with 1 additions and 1 deletions

View File

@ -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
);