"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _default = { "code[class*=language-]": { "color": "#d6deeb", "fontFamily": "Consolas,Monaco,\"Andale Mono\",\"Ubuntu Mono\",monospace", "textAlign": "left", "whiteSpace": "pre", "wordSpacing": "normal", "wordBreak": "normal", "wordWrap": "normal", "lineHeight": "1.5", "fontSize": "1em", "MozTabSize": "4", "OTabSize": "4", "tabSize": "4", "WebkitHyphens": "none", "MozHyphens": "none", "msHyphens": "none", "hyphens": "none" }, "pre[class*=language-]": { "color": "#fff", "fontFamily": "Consolas,Monaco,\"Andale Mono\",\"Ubuntu Mono\",monospace", "textAlign": "left", "whiteSpace": "pre", "wordSpacing": "normal", "wordBreak": "normal", "wordWrap": "normal", "lineHeight": "1.5", "fontSize": "1em", "MozTabSize": "4", "OTabSize": "4", "tabSize": "4", "WebkitHyphens": "none", "MozHyphens": "none", "msHyphens": "none", "hyphens": "none", "padding": "1em", "margin": ".5em 0", "overflow": "auto", "background": "#011627" }, "code[class*=language-] ::-moz-selection": { "textShadow": "none", "background": "rgba(29,59,83,.99)" }, "code[class*=language-]::-moz-selection": { "textShadow": "none", "background": "rgba(29,59,83,.99)" }, "pre[class*=language-] ::-moz-selection": { "textShadow": "none", "background": "rgba(29,59,83,.99)" }, "pre[class*=language-]::-moz-selection": { "textShadow": "none", "background": "rgba(29,59,83,.99)" }, "code[class*=language-] ::selection": { "textShadow": "none", "background": "rgba(29,59,83,.99)" }, "code[class*=language-]::selection": { "textShadow": "none", "background": "rgba(29,59,83,.99)" }, "pre[class*=language-] ::selection": { "textShadow": "none", "background": "rgba(29,59,83,.99)" }, "pre[class*=language-]::selection": { "textShadow": "none", "background": "rgba(29,59,83,.99)" }, ":not(pre)>code[class*=language-]": { "color": "#fff", "background": "#011627", "padding": ".1em", "borderRadius": ".3em", "whiteSpace": "normal" }, "cdata": { "color": "#637777", "fontStyle": "italic" }, "comment": { "color": "#637777", "fontStyle": "italic" }, "prolog": { "color": "#637777", "fontStyle": "italic" }, "punctuation": { "color": "#c792ea" }, ".namespace": { "color": "#b2ccd6" }, "deleted": { "color": "rgba(239,83,80,.56)", "fontStyle": "italic" }, "property": { "color": "#80cbc4" }, "symbol": { "color": "#80cbc4" }, "keyword": { "color": "#7fdbca" }, "operator": { "color": "#7fdbca" }, "tag": { "color": "#7fdbca" }, "boolean": { "color": "#ff5874" }, "number": { "color": "#f78c6c" }, "builtin": { "color": "#82aaff" }, "char": { "color": "#82aaff" }, "constant": { "color": "#82aaff" }, "function": { "color": "#82aaff" }, "doctype": { "color": "#c792ea", "fontStyle": "italic" }, "selector": { "color": "#c792ea", "fontStyle": "italic" }, "attr-name": { "color": "#addb67", "fontStyle": "italic" }, "inserted": { "color": "#addb67", "fontStyle": "italic" }, ".language-css .token.string": { "color": "#addb67" }, ".style .token.string": { "color": "#addb67" }, "entity": { "color": "#addb67" }, "string": { "color": "#addb67" }, "url": { "color": "#addb67" }, "atrule": { "color": "#ffcb8b" }, "attr-value": { "color": "#ffcb8b" }, "class-name": { "color": "#ffcb8b" }, "important": { "color": "#d6deeb", "fontWeight": "700" }, "regex": { "color": "#d6deeb" }, "variable": { "color": "#d6deeb" }, "bold": { "fontWeight": "700" }, "italic": { "fontStyle": "italic" } }; exports["default"] = _default;