diff --git a/_includes/components/widgets/recent-comments.njk b/_includes/components/widgets/recent-comments.njk index 486c37e..dad7828 100644 --- a/_includes/components/widgets/recent-comments.njk +++ b/_includes/components/widgets/recent-comments.njk @@ -1,7 +1,7 @@ {# Recent Comments Widget — sidebar #} {% if recentComments and recentComments.length %} - diff --git a/css/tailwind.css b/css/tailwind.css index 3965d03..27fdabf 100644 --- a/css/tailwind.css +++ b/css/tailwind.css @@ -280,7 +280,7 @@ /* Widget cards */ .widget { - @apply p-4 bg-surface-100 dark:bg-surface-800 rounded-lg overflow-hidden; + @apply p-4 mb-4 bg-white dark:bg-surface-800 rounded-lg border border-surface-200 dark:border-surface-700 shadow-sm overflow-hidden; } .widget-title {