diff options
| author | 2025-10-17 19:08:08 +0700 | |
|---|---|---|
| committer | 2025-10-17 19:08:08 +0700 | |
| commit | 53e3192325f249dfd7d85f018620b211800e57e9 (patch) | |
| tree | 84d726a3652db968d0d5be83097731c29a7d0c7a /static/input.css | |
| parent | ecda238c01a4e6bb837f9a2fb0714648dea08d03 (diff) | |
| download | web-53e3192325f249dfd7d85f018620b211800e57e9.tar.gz web-53e3192325f249dfd7d85f018620b211800e57e9.zip | |
feat: themify glightbox
Diffstat (limited to 'static/input.css')
| -rw-r--r-- | static/input.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/static/input.css b/static/input.css index 910149a..a983460 100644 --- a/static/input.css +++ b/static/input.css @@ -429,6 +429,31 @@ a:hover, .linklike:hover { } } +.goverlay { + background: color-mix(in srgb, var(--background-light-color) 50%, transparent) !important; + backdrop-filter: blur(1rem); + -webkit-backdrop-filter: blur(1rem); +} + +.glightbox-clean .gslide-description { + background: color-mix(in srgb, var(--background-dark-color) 50%, transparent) !important; + backdrop-filter: blur(1rem); + -webkit-backdrop-filter: blur(1rem); +} + +.glightbox-clean .gslide-title { + font-family: var(--font-spectral) !important; + font-weight: 600 !important; + color: var(--main-light-color) !important; +} + +.glightbox-clean .gslide-desc { + font-size: 1rem !important; + font-family: var(--font-spectral) !important; + font-weight: 400; + color: var(--main-medium-color) !important; +} + .map-container .leaflet-container { width: 100% !important; height: 100% !important; |