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

5 lines
266 B
HTML
Raw Normal View History

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