Diffstat (limited to 'static')
| -rw-r--r-- | static/input.css | 29 |
1 files changed, 27 insertions, 2 deletions
diff --git a/static/input.css b/static/input.css index 01a747e..a983460 100644 --- a/static/input.css +++ b/static/input.css @@ -122,12 +122,12 @@ html { --squares-and-triangles-background-height-coef: 15; } -a { +a, .linklike { color: var(--main-medium-color) !important; text-decoration: underline; } -a:hover { +a:hover, .linklike:hover { color: var(--main-light-color) !important; } @@ -429,6 +429,31 @@ a: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; |