summaryrefslogtreecommitdiffci
path: root/static
diff options
from:
to:
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/input.css14
1 files changed, 14 insertions, 0 deletions
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;