mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 19:01:08 +00:00
inspector: improve type checks, map color scheme [#49]
This commit is contained in:
@@ -55,8 +55,6 @@ export const globalStyles = globalCss({
|
||||
margin: 0,
|
||||
padding: 0,
|
||||
border: 0,
|
||||
fontFamily: "Inter, sans-serif",
|
||||
},
|
||||
body: { backgroundColor: "$black", color: "$white" },
|
||||
"@import": ["url('https://rsms.me/inter/inter.css')"],
|
||||
body: { backgroundColor: "$black", color: "$white", fontFamily: "sans-serif" }
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user