mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 05:52:17 +00:00
Add dark and fiord styles to selector
This commit is contained in:
@@ -17,6 +17,8 @@ const { showStyleURL } = Astro.props
|
||||
<button data-style="positron" class="btn">Positron</button>
|
||||
<button data-style="bright" class="btn">Bright</button>
|
||||
<button data-style="liberty" class="btn selected">Liberty</button>
|
||||
<button data-style="dark" class="btn">Dark</button>
|
||||
<button data-style="fiord" class="btn">Fiord</button>
|
||||
<button data-style="liberty-3d" class="btn">3D</button>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user