mkdocs-material/material/partials/javascripts/palette.html

5 lines
257 B
HTML
Raw Normal View History

{#-
This file was automatically generated - do not edit
-#}
<script>var palette=__get("__palette");if(null!==palette&&"object"==typeof palette.color)for(var key in palette.color)document.body.setAttribute("data-md-color-"+key,palette.color[key])</script>