fistmas 2022: css color adjustments

pull/79/head
justcool393 2022-12-15 18:17:37 -06:00 committed by geese_suck
parent c666653753
commit 6729d4870a
Signed by: geese_suck
GPG Key ID: 4D09E4B0A7264746
1 changed files with 16 additions and 11 deletions

View File

@ -12,21 +12,26 @@
--gray: #c7c7c7;
--gray-300: #c7c7c7;
--gray-400: #cfcfcf;
--gray-500: #ffffff;
--gray-600: #ffffff;
--gray-700: #ffffff;
--gray-800: #ffffff;
--gray-900: #ffffff;
--light: #ffffff;
--muted: #1e1e1e;
--gray-100: #1e1e1e;
--gray-200: #1e1e1e;
--white: #1e1e1e;
--black: #262b32;
--gray-500: #bfd7c2;
--gray-600: #bfd7c2;
--gray-700: #bfd7c2;
--gray-800: #bfd7c2;
--gray-900: #bfd7c2;
--muted: #131512;
--gray-100: #131512;
--gray-200: #131512;
--white: #131512;
--black: #131512;
--primary: #9b161a;
--background: #dae5d5;
}
#frontpage .posts .card, #userpage .posts .card, #search .posts .card {
border-color: rgba(0,0,0,0.2);
}
body {
background-color: var(--background) !important;
overflow-x: hidden;