UNPKG

@haxtheweb/haxcms-nodejs

Version:

HAXcms single and multisite nodejs server, api, and administration

11 lines 1.28 kB
/** @license Copyright (c) 2017 The Polymer Project Authors. All rights reserved. This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as part of the polymer project is also subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt */ import"../paper-styles/color.js";import"../paper-styles/typography.js";const n=document.createElement("template");n.setAttribute("style","display: none;"),n.innerHTML='<dom-module id="iron-doc-default-theme">\n <template>\n <style>\n :host, html {\n --iron-doc-accent-color: var(--paper-pink-600);\n\n --iron-doc-font-body: {\n @apply --paper-font-body1;\n };\n\n --iron-doc-font-code: {\n @apply --paper-font-code1;\n };\n\n --iron-doc-title: {\n @apply --paper-font-headline;\n }\n\n --iron-doc-heading: {\n @apply --paper-font-title;\n font-weight: 400;\n };\n }\n </style>\n </template>\n</dom-module>',document.head.appendChild(n.content);