--- layout: api title: "v3.0.1 JavaScript Library: Theming" categories: api version: v3.0.1 permalink: /api/v3.0.1/theming/ ---
Mapbox.js implements a simple, light style on all interaction elements. A dark theme
is available by applying class="dark"
to the map div.
Example:
<div id="map" class="dark"></div>