From 2c63544757cacc6d94487c01b9163aba9e8eb76a Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 8 Oct 2022 03:00:11 +0200 Subject: Added hover effect to comment buttons --- themes/simple/layouts/partials/tailwind.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/simple/layouts/partials/tailwind.html b/themes/simple/layouts/partials/tailwind.html index e69554d..d226ade 100644 --- a/themes/simple/layouts/partials/tailwind.html +++ b/themes/simple/layouts/partials/tailwind.html @@ -125,7 +125,7 @@ } .cactus-container .cactus-button { - @apply text-base bg-gray-200 font-medium px-6 py-2 rounded; + @apply text-base bg-gray-200 hover:bg-gray-300 font-medium px-6 py-2 rounded; } .cactus-container .cactus-editor { -- cgit v1.2.3