fix: a11y constrast muted color

This commit is contained in:
Nicola Zambello 2023-07-16 19:20:57 +02:00
parent d7fff38a15
commit ecef9a3509
Signed by: nzambello
GPG key ID: 56E4A92C2C1E50BA

View file

@ -9,6 +9,7 @@
--primary-inverse: #ffffff; --primary-inverse: #ffffff;
--secondary: #fff; --secondary: #fff;
--text-color: #222; --text-color: #222;
--muted-color: #515151;
--background-color: #f6f1e7; --background-color: #f6f1e7;
--accordion-border-color: rgba(26, 33, 27, 0.25); --accordion-border-color: rgba(26, 33, 27, 0.25);
--bg-color: #f6f1e7; --bg-color: #f6f1e7;
@ -33,6 +34,7 @@
--item-bg-color: #343434; --item-bg-color: #343434;
--item-bg-color-var: #272727; --item-bg-color-var: #272727;
--text-color: #fff; --text-color: #fff;
--muted-color: #adadad;
--box-shadow: 17.71597862px 17.71597862px 53.14793396px 0px rgba(0, 0, 0, 0.6); --box-shadow: 17.71597862px 17.71597862px 53.14793396px 0px rgba(0, 0, 0, 0.6);
--neumorph-shadow-darker: #000; --neumorph-shadow-darker: #000;
--neumorph-shadow-darker-inset: #000; --neumorph-shadow-darker-inset: #000;
@ -56,6 +58,7 @@
--item-bg-color: #343434; --item-bg-color: #343434;
--item-bg-color-var: #272727; --item-bg-color-var: #272727;
--text-color: #fff; --text-color: #fff;
--muted-color: #adadad;
--box-shadow: 17.71597862px 17.71597862px 53.14793396px 0px rgba(0, 0, 0, 0.6); --box-shadow: 17.71597862px 17.71597862px 53.14793396px 0px rgba(0, 0, 0, 0.6);
--neumorph-shadow-darker: #000; --neumorph-shadow-darker: #000;
--neumorph-shadow-darker-inset: #000; --neumorph-shadow-darker-inset: #000;