replace bad color with better color

pull/29/head
Aevann1 2022-11-29 00:48:36 +02:00
parent 3d20cdf71e
commit add8c27182
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@ -3484,7 +3484,7 @@ small, .small {
}
#frontpage .posts .card, #userpage .posts .card, #search .posts .card {
border-width: 0.1px;
border-color: #303030;
border-color: #21262d;
border-style: solid;
border-radius: 0;
padding: 0.5rem;

View File

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