web


git clone https://radroots.dev/git/web.git
Log | Files | Refs | Submodules | README | LICENSE

styles-maplibre-gl.css (313B)


      1 .maplibregl-popup-tip {
      2     display: none !important;
      3 }
      4 
      5 .maplibregl-popup-content {
      6     background: hsl(var(--ly1)) !important;
      7     border-radius: 16px !important;
      8     box-shadow: 0 4px 8px rgba(0,0,0,.2) !important;
      9     padding: 0px !important;
     10     transition: background-color 250ms ease-in-out !important;
     11 }
     12