"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _default = { "code[class*=language-]": { "color": "#22da17", "fontFamily": "monospace", "textAlign": "left", "whiteSpace": "pre", "wordSpacing": "normal", "wordBreak": "normal", "wordWrap": "normal", "MozTabSize": "4", "OTabSize": "4", "tabSize": "4", "WebkitHyphens": "none", "MozHyphens": "none", "msHyphens": "none", "hyphens": "none", "lineHeight": "25px", "fontSize": "18px", "margin": "5px 0" }, "pre[class*=language-]": { "color": "#fff", "fontFamily": "monospace", "textAlign": "left", "whiteSpace": "pre", "wordSpacing": "normal", "wordBreak": "normal", "wordWrap": "normal", "MozTabSize": "4", "OTabSize": "4", "tabSize": "4", "WebkitHyphens": "none", "MozHyphens": "none", "msHyphens": "none", "hyphens": "none", "lineHeight": "25px", "fontSize": "18px", "margin": ".5em 0", "background": "#0a143c", "padding": "1em", "overflow": "auto" }, "pre[class*=language-] *": { "fontFamily": "monospace" }, ":not(pre)>code[class*=language-]": { "color": "#fff", "background": "#0a143c", "padding": ".1em", "borderRadius": ".3em", "whiteSpace": "normal" }, "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)" }, "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": "rgb(34 183 199)" }, "char": { "color": "rgb(34 183 199)" }, "constant": { "color": "rgb(34 183 199)" }, "function": { "color": "rgb(34 183 199)" }, "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;