"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _default = { "code[class*=language-]": { "color": "#fff", "background": "0 0", "textShadow": "0 -.1em .2em #000", "fontFamily": "Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace", "fontSize": "1em", "textAlign": "left", "whiteSpace": "pre", "wordSpacing": "normal", "wordBreak": "normal", "wordWrap": "normal", "lineHeight": "1.5", "MozTabSize": "4", "OTabSize": "4", "tabSize": "4", "WebkitHyphens": "none", "MozHyphens": "none", "msHyphens": "none", "hyphens": "none" }, "pre[class*=language-]": { "color": "#fff", "background": "#4c3f33", "textShadow": "0 -.1em .2em #000", "fontFamily": "Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace", "fontSize": "1em", "textAlign": "left", "whiteSpace": "pre", "wordSpacing": "normal", "wordBreak": "normal", "wordWrap": "normal", "lineHeight": "1.5", "MozTabSize": "4", "OTabSize": "4", "tabSize": "4", "WebkitHyphens": "none", "MozHyphens": "none", "msHyphens": "none", "hyphens": "none", "padding": "1em", "margin": ".5em 0", "overflow": "auto", "border": ".3em solid #7a6651", "borderRadius": ".5em", "boxShadow": "1px 1px .5em #000 inset" }, ":not(pre)>code[class*=language-]": { "background": "#4c3f33", "padding": ".15em .2em .05em", "borderRadius": ".3em", "border": ".13em solid #7a6651", "boxShadow": "1px 1px .3em -.1em #000 inset", "whiteSpace": "normal" }, "cdata": { "color": "#997f66" }, "comment": { "color": "#997f66" }, "doctype": { "color": "#997f66" }, "prolog": { "color": "#997f66" }, "punctuation": { "Opacity": ".7" }, "namespace": { "Opacity": ".7" }, "boolean": { "color": "#d1939e" }, "constant": { "color": "#d1939e" }, "number": { "color": "#d1939e" }, "property": { "color": "#d1939e" }, "symbol": { "color": "#d1939e" }, "tag": { "color": "#d1939e" }, "attr-name": { "color": "#bce051" }, "builtin": { "color": "#bce051" }, "char": { "color": "#bce051" }, "inserted": { "color": "#bce051" }, "selector": { "color": "#bce051" }, "string": { "color": "#bce051" }, ".language-css .token.string": { "color": "#f4b73d" }, ".style .token.string": { "color": "#f4b73d" }, "entity": { "color": "#f4b73d", "cursor": "help" }, "operator": { "color": "#f4b73d" }, "url": { "color": "#f4b73d" }, "variable": { "color": "#f4b73d" }, "atrule": { "color": "#d1939e" }, "attr-value": { "color": "#d1939e" }, "keyword": { "color": "#d1939e" }, "important": { "color": "#e90", "fontWeight": "700" }, "regex": { "color": "#e90" }, "bold": { "fontWeight": "700" }, "italic": { "fontStyle": "italic" }, "deleted": { "color": "red" } }; exports["default"] = _default;