Remove dependency to lightbox2

This commit is contained in:
2026-01-11 19:17:32 +01:00
parent 853a9cc36f
commit 14bf9e2fc8
7 changed files with 194 additions and 15 deletions

View File

@@ -2,7 +2,7 @@
@use "fa/variables";
@use "fa";
@import '../../node_modules/lightbox2/src/css/lightbox.css';
@use "lightbox/lightbox";
@mixin lightbox-icon($icon) {
background: none;
@@ -146,7 +146,6 @@
}
&:hover a.lb-prev, &:hover a.lb-next {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
}