feat: darkened simple lightbox overlay

This commit is contained in:
Bobby 2022-09-30 04:20:02 +07:00
parent e780444cb8
commit 03b63cba10
No known key found for this signature in database
GPG Key ID: 941839794CBF5A09

View File

@ -270,6 +270,23 @@ fieldset[disabled] .select select:hover {
padding-bottom: 6.5rem padding-bottom: 6.5rem
} }
/** SimpleLightbox **/
.sl-wrapper {
.sl-close,
.sl-navigation button {
color: $white
}
.sl-image .sl-caption {
background: rgb(0 0 0 / 60%)
}
}
.sl-overlay {
background: $black
}
/** Floating home button **/ /** Floating home button **/
a.floating-home-button { a.floating-home-button {