From 85d4a9799ce2ce663af25be8c7e8f59f8d43761d Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Thu, 14 Aug 2025 04:18:31 +0700 Subject: feat: parse gallery caption as an inline markdown feat: stylize href links for themes feat: adapt map palette for dark themes like night and ram feat: add popup for markers on maps feat: dump z-index from 13 to 8 for zoom on region level feat: show timezone in catalogue with colon fix: ignore empty lines inside gallery block fix: enable closing tag for gallery block with slash fix: on filter reset in catalogue default to publication date desc sort --- static/input.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'static') diff --git a/static/input.css b/static/input.css index aef2d8f..cfc7391 100644 --- a/static/input.css +++ b/static/input.css @@ -88,6 +88,15 @@ --squares-and-triangles-background-height-coef: 15; } +a { + color: var(--main-medium-color) !important; + text-decoration: underline; +} + +a:hover { + color: var(--main-light-color) !important; +} + .bg-interlocked-hexagons { background-image: var(--interlocked-hexagons-background); background-repeat: var(--interlocked-hexagons-background-repeat); @@ -332,6 +341,11 @@ body:has(.lg-container:not([class~="lg-inline"])) #sidebar { } } +body[data-theme~="night"] .leaflet-tile, +body[data-theme~="ram"] .leaflet-tile { + filter: invert(1) hue-rotate(190deg) contrast(1.1) brightness(1.2) !important; +} + @media (min-aspect-ratio: 0.8/1) { .ar-gt-0\.8\:mr-\[1\.2vmin\] { margin-right: 1.2vmin; -- cgit v1.3.1+13