"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _default = { "code[class*=language-]": { "color": "#c5c8c6", "textShadow": "0 1px rgba(0,0,0,.3)", "fontFamily": "Inconsolata,Monaco,Consolas,'Courier New',Courier,monospace", "direction": "ltr", "textAlign": "left", "whiteSpace": "pre", "wordSpacing": "normal", "wordBreak": "normal", "lineHeight": "1.5", "MozTabSize": "4", "OTabSize": "4", "tabSize": "4", "WebkitHyphens": "none", "MozHyphens": "none", "msHyphens": "none", "hyphens": "none" }, "pre[class*=language-]": { "color": "#c5c8c6", "textShadow": "0 1px rgba(0,0,0,.3)", "fontFamily": "Inconsolata,Monaco,Consolas,'Courier New',Courier,monospace", "direction": "ltr", "textAlign": "left", "whiteSpace": "pre", "wordSpacing": "normal", "wordBreak": "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", "borderRadius": ".3em", "background": "#1d1f21" }, ":not(pre)>code[class*=language-]": { "background": "#1d1f21", "padding": ".1em", "borderRadius": ".3em" }, "cdata": { "color": "#7c7c7c" }, "comment": { "color": "#7c7c7c" }, "doctype": { "color": "#7c7c7c" }, "prolog": { "color": "#7c7c7c" }, "punctuation": { "color": "#c5c8c6" }, ".namespace": { "Opacity": ".7" }, "keyword": { "color": "#96cbfe" }, "property": { "color": "#96cbfe" }, "tag": { "color": "#96cbfe" }, "class-name": { "color": "#ffffb6", "textDecoration": "underline" }, "boolean": { "color": "#9c9" }, "constant": { "color": "#9c9" }, "deleted": { "color": "#f92672" }, "symbol": { "color": "#f92672" }, "number": { "color": "#ff73fd" }, "attr-name": { "color": "#a8ff60" }, "builtin": { "color": "#a8ff60" }, "char": { "color": "#a8ff60" }, "inserted": { "color": "#a8ff60" }, "selector": { "color": "#a8ff60" }, "string": { "color": "#a8ff60" }, "variable": { "color": "#c6c5fe" }, "operator": { "color": "#ededed" }, "entity": { "color": "#ffffb6", "cursor": "help" }, "url": { "color": "#96cbfe" }, ".language-css .token.string": { "color": "#87c38a" }, ".style .token.string": { "color": "#87c38a" }, "atrule": { "color": "#f9ee98" }, "attr-value": { "color": "#f9ee98" }, "function": { "color": "#dad085" }, "regex": { "color": "#e9c062" }, "important": { "color": "#fd971f", "fontWeight": "700" }, "bold": { "fontWeight": "700" }, "italic": { "fontStyle": "italic" } }; exports["default"] = _default;