Files
caldwell/assets/sass/photoswipe.scss
2025-08-14 19:30:36 +03:00

38 lines
526 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: 5rem;
padding: 1rem 2rem;
text-align: center;
line-height: 1.5rem;
.meta {
font-size: 0.7rem;
}
a {
color: inherit;
}
a:hover {
color: var(--text-800);
}
}