add back photo buttons

This commit is contained in:
2021-07-16 17:23:25 -07:00
parent 0ddc194481
commit 144c80f238
4 changed files with 52 additions and 48 deletions

View File

@@ -33,10 +33,10 @@
scroll-padding: theme("spacing.6");
}
.blurred-or-opaque-bg-1 {
@apply bg-opacity-80;
@apply bg-opacity-70;
}
.blurred-or-opaque-bg-2 {
@apply bg-opacity-100;
@apply bg-opacity-90;
}
@supports (backdrop-filter: blur(24px)) {
.blurred-or-opaque-bg-1 {