From c7f4c01dffe5a2e531903aacd06da237999d6483 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Mon, 20 Dec 2021 12:35:08 -0600 Subject: [PATCH] fix --- files/static/src/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/static/src/main.css b/files/static/src/main.css index 70eacf75e9..cbd17ab81c 100644 --- a/files/static/src/main.css +++ b/files/static/src/main.css @@ -62,8 +62,8 @@ --color-400: 175, 169, 155; --color-500: 148,144,129; --color-600: 99,96,77; - --color-700: 82,76,55; - --color-800: 55,52,31; + --color-700: 70, 65, 47; + --color-800: 42, 40, 24; --color-900: 40,37,17; } @@ -309,7 +309,7 @@ @apply bg-primary text-white; } .patron { - px-1 py-0.5 text-sm text-shadow-light font-bold leading-normal rounded + @apply px-1 py-0.5 text-sm text-shadow-light font-bold leading-normal rounded; } /* ---------------------- TOOLTIPS ---------------------- */