/* ==UserStyle== @name Catppuccin Macchiato - Leaflet @namespace metru.dev @version 1.0.0 @description A soothing dark theme for Leaflet based on Catppuccin Macchiato @author metru.dev @preprocessor default ==/UserStyle== */ @-moz-document domain("leaflet.pub") { :root, .leafletWrapper, .LeafletBackgroundWrapper, .PubBackgroundWrapper, .dashboard { --bg-leaflet: 24, 25, 38 !important; --bg-page: 36, 39, 58 !important; --bg-page-alpha: 1 !important; --primary: 202, 211, 245 !important; --accent-1: 198, 160, 246 !important; --accent-2: 24, 25, 38 !important; --accent-contrast: 198, 160, 246 !important; --accent-1-is-contrast: "true" !important; --accent-contrast-similar-to-text: 1 !important; --link-underline: underline !important; --highlight-1: 244, 219, 214 !important; --highlight-2: 238, 212, 159 !important; --highlight-3: 245, 169, 127 !important; } ::selection { background-color: rgba(198, 160, 246, 0.35) !important; } ::-webkit-scrollbar-thumb { background: rgb(91, 96, 120) !important; border-radius: 4px !important; } ::-webkit-scrollbar-track { background: transparent !important; } ::-webkit-calendar-picker-indicator { background-color: rgb(147, 154, 183) !important; opacity: 0.8 !important; } }