aboutsummaryrefslogtreecommitdiff
path: root/themes/simple
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-10-08 03:00:11 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-10-08 03:00:11 +0200
commit2c63544757cacc6d94487c01b9163aba9e8eb76a (patch)
tree1cced6ecf0718acd15c516313803a2e24baac2b2 /themes/simple
parent0afba1167bce330bd9c3510a2fab7a3cf6a4cbb4 (diff)
downloadmitjafelicijan.com-2c63544757cacc6d94487c01b9163aba9e8eb76a.tar.gz
Added hover effect to comment buttons
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 {