20s ADHDer, lesbian, 🌱, she/her

Certified Zoomer.

I use Arch (btw)

Master of jack, trades of all none—or however that saying goes, I don’t remember.

Supposed radical vegan extremist. Kinda based

alycat.xyz

  • 1 Post
  • 3 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle
  • While I like the dark mode theming for the UI, the map is super washed out now and a lot harder to read. Hopefully there will be a toggle for this so I can go back to the old theme 🤞

    Edit: This css makes it look slightly better, probably enough for it to be usable for me.
    .leaflet-tile {
      filter: contrast(100%)!important;
    }
    

    .

    Edit2: This css seems to bring the map tiles back to normal

    source

    .leaflet-tile-container, .mapkey-table-entry td:first-child > * {
      filter: none !important;
    }