Files
caldwell/assets/sass/photoswipe.scss
2025-09-13 20:35:50 +00:00

30 lines
442 B
SCSS

@import "photoswipe/dist/photoswipe";
.pswp {
--pswp-bg: var(--background);
--pswp-icon-color: var(--text);
--pswp-icon-color-secondary: color-mix(
in srgb,
var(--text) 30%,
var(--background)
);
}
.pswp-caption-content {
display: none;
}
.pswp__caption {
position: fixed;
bottom: 0;
width: 100%;
height: auto;
padding: 1rem 2rem;
text-align: center;
line-height: 1.5rem;
.meta {
margin: 0;
}
}