aboutsummaryrefslogtreecommitdiff
path: root/themes/simple
diff options
context:
space:
mode:
Diffstat (limited to 'themes/simple')
-rw-r--r--themes/simple/layouts/partials/tailwind.html2
1 files changed, 1 insertions, 1 deletions
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 @@
125 } 125 }
126 126
127 .cactus-container .cactus-button { 127 .cactus-container .cactus-button {
128 @apply text-base bg-gray-200 font-medium px-6 py-2 rounded; 128 @apply text-base bg-gray-200 hover:bg-gray-300 font-medium px-6 py-2 rounded;
129 } 129 }
130 130
131 .cactus-container .cactus-editor { 131 .cactus-container .cactus-editor {