feat: completely remove lightbox feature
All checks were successful
Deploy Theme / deploy (push) Successful in 15s

This commit is contained in:
2026-02-19 18:40:49 +01:00
parent dd9bad935e
commit c8f731a353
4 changed files with 1 additions and 58 deletions

View File

@@ -68,10 +68,6 @@ html[data-theme='light'] {
}
}
.kg-image-card img, .post-content img, .post-feature-image img {
@apply cursor-pointer transition-opacity duration-200 hover:opacity-90;
}
@keyframes fadeInUp {
from {
opacity: 0;
@@ -83,20 +79,7 @@ html[data-theme='light'] {
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.animate-fadeInUp {
animation: fadeInUp 0.5s ease-out forwards;
}
#lightbox.show {
animation: fadeIn 0.3s ease-out forwards;
}