diff options
Diffstat (limited to 'material/templates/partials/javascripts/palette.html')
| -rw-r--r-- | material/templates/partials/javascripts/palette.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/material/templates/partials/javascripts/palette.html b/material/templates/partials/javascripts/palette.html new file mode 100644 index 00000000..b7e6f4dd --- /dev/null +++ b/material/templates/partials/javascripts/palette.html @@ -0,0 +1,4 @@ +{#- + 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> |
