feat: enhance site with HTMX for AJAX navigation and Alpine.js for reactivity
All checks were successful
Deploy Theme / deploy (push) Successful in 1m6s

This commit is contained in:
2026-02-19 18:07:46 +01:00
parent 3129f982df
commit 64a3c1d583
7 changed files with 117 additions and 242 deletions

View File

@@ -36,6 +36,8 @@ html[data-theme='light'] {
--text-tertiary: var(--color-gray-700);
}
[x-cloak] { display: none !important; }
@layer base {
body {
background-color: var(--bg-primary);
@@ -66,6 +68,10 @@ html[data-theme='light'] {
}
}
.kg-image-card img, .post-content img {
@apply cursor-pointer transition-opacity duration-200 hover:opacity-90;
}
@keyframes fadeInUp {
from {
opacity: 0;