feat: completely remove lightbox feature
All checks were successful
Deploy Theme / deploy (push) Successful in 15s
All checks were successful
Deploy Theme / deploy (push) Successful in 15s
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user