update gallery aesthetics; add gallery image zoom mode

This commit is contained in:
2022-06-15 22:20:51 -07:00
parent 452a4b9bd5
commit 41769a61d7
5 changed files with 61 additions and 34 deletions

View File

@@ -32,6 +32,14 @@
.scroll-padding-6 {
scroll-padding: theme("spacing.6");
}
.cursor-zoom-in {
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
.cursor-zoom-out {
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
@supports (backdrop-filter: none) {
.blurred-or-opaque-bg-1 {
@apply bg-opacity-50 backdrop-filter backdrop-blur-lg;