diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css index 54cede7..a635abc 100644 --- a/assets/css/tailwind.css +++ b/assets/css/tailwind.css @@ -68,7 +68,7 @@ html[data-theme='light'] { } } -.kg-image-card img, .post-content img { +.kg-image-card img, .post-content img, .post-feature-image img { @apply cursor-pointer transition-opacity duration-200 hover:opacity-90; } diff --git a/default.hbs b/default.hbs index 84be6f6..3c3c743 100644 --- a/default.hbs +++ b/default.hbs @@ -29,9 +29,10 @@