Ensure svg fills mirror text for good contrast

This commit is contained in:
Nick Colley 2022-11-27 20:48:01 +00:00
parent f2f84be69f
commit d227decc42
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
--body-bg: #{$body-bg-color};
--body-text-color: #{$main-text-color};
--main-border: #{$border-color};
--svg-fill: #{$main-theme-color};
--svg-fill: #{$main-text-color};
--form-bg: #{darken($main-bg-color, 3%)};
--form-border: #{darken($border-color, 10%)};