From 1567e9ff8a58dcf2648b334a1a69eca71edddc12 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sun, 19 Dec 2021 21:38:08 -0600 Subject: [PATCH] fix --- files/static/src/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/static/src/main.css b/files/static/src/main.css index 8ff84fb15..9ed3c23ca 100644 --- a/files/static/src/main.css +++ b/files/static/src/main.css @@ -241,7 +241,7 @@ /* ---------------------- DROPDOWNS --------------------- */ .dropdown-item-primary { - @apply block w-full text-left px-4 py-2 text-sm text-gray-200 bg-white dark:bg-black bg-gradient-to-t dark:bg-gradient-to-b hover:from-primary hover:to-primary/80 dark:hover:from-primary/80 dark:hover:to-primary hover:shadow-inner focus:shadow-inner focus:bg-gradient-to-b dark:focus:bg-gradient-to-t; + @apply block w-full text-left px-4 py-2 text-sm text-gray-200 hover:bg-white dark:hover:bg-black bg-gradient-to-t dark:bg-gradient-to-t hover:from-primary hover:to-primary/80 dark:hover:from-primary/80 dark:hover:to-primary hover:shadow-inner focus:shadow-inner focus:bg-gradient-to-b dark:focus:bg-gradient-to-t; } /* ----------------------- BADGES ----------------------- */