replace better color with brighter version to stand out from the background

pull/31/head
Aevann1 2022-11-29 02:56:08 +02:00
parent 46f4a8b387
commit b79f183f72
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
--gray-100: #E1E1E1;
--gray-200: #E1E1E1;
--gray-300: #383838;
--gray-400: #21262d;
--gray-400: #2a2f36;
--gray-500: #000000;
--gray-600: #000000;
--gray-700: #000000;

View File

@ -17,7 +17,7 @@
--gray-100: #1e1e1e;
--gray-200: #1e1e1e;
--white: #1e1e1e;
--black: #21262d;
--black: #2a2f36;
--background: #ffffff;
}