"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _default = { "code[class*=language-]": { "color": "#fff", "background": "0 0", "fontFamily": "Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace", "fontSize": "1em", "textAlign": "left", "textShadow": "0 -.1em .2em #000", "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": "#141414", "fontFamily": "Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace", "fontSize": "1em", "textAlign": "left", "textShadow": "0 -.1em .2em #000", "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", "borderRadius": ".5em", "border": ".3em solid #545454", "boxShadow": "1px 1px .5em #000 inset", "margin": ".5em 0", "overflow": "auto", "padding": "1em" }, ":not(pre)>code[class*=language-]": { "background": "#141414", "borderRadius": ".3em", "border": ".13em solid #545454", "boxShadow": "1px 1px .3em -.1em #000 inset", "padding": ".15em .2em .05em", "whiteSpace": "normal" }, "pre[class*=language-]::-moz-selection": { "background": "hsla(0,0%,93%,.15)", "textShadow": "none" }, "pre[class*=language-]::selection": { "background": "hsla(0,0%,93%,.15)", "textShadow": "none" }, "code[class*=language-] ::-moz-selection": { "textShadow": "none", "background": "hsla(0,0%,93%,.15)" }, "code[class*=language-]::-moz-selection": { "textShadow": "none", "background": "hsla(0,0%,93%,.15)" }, "pre[class*=language-] ::-moz-selection": { "textShadow": "none", "background": "hsla(0,0%,93%,.15)" }, "code[class*=language-] ::selection": { "textShadow": "none", "background": "hsla(0,0%,93%,.15)" }, "code[class*=language-]::selection": { "textShadow": "none", "background": "hsla(0,0%,93%,.15)" }, "pre[class*=language-] ::selection": { "textShadow": "none", "background": "hsla(0,0%,93%,.15)" }, "cdata": { "color": "#777" }, "comment": { "color": "#777" }, "doctype": { "color": "#777" }, "prolog": { "color": "#777" }, "punctuation": { "Opacity": ".7" }, "namespace": { "Opacity": ".7" }, "boolean": { "color": "#ce6849" }, "deleted": { "color": "#ce6849" }, "number": { "color": "#ce6849" }, "tag": { "color": "#ce6849" }, "builtin": { "color": "#f9ed99" }, "constant": { "color": "#f9ed99" }, "keyword": { "color": "#f9ed99" }, "property": { "color": "#f9ed99" }, "selector": { "color": "#f9ed99" }, "symbol": { "color": "#f9ed99" }, ".language-css .token.string": { "color": "#909e6a" }, ".style .token.string": { "color": "#909e6a" }, "attr-name": { "color": "#909e6a" }, "attr-value": { "color": "#909e6a" }, "char": { "color": "#909e6a" }, "entity": { "color": "#909e6a", "cursor": "help" }, "inserted": { "color": "#909e6a" }, "operator": { "color": "#909e6a" }, "string": { "color": "#909e6a" }, "url": { "color": "#909e6a" }, "variable": { "color": "#909e6a" }, "atrule": { "color": "#7385a5" }, "important": { "color": "#e8c062", "fontWeight": "700" }, "regex": { "color": "#e8c062" }, "bold": { "fontWeight": "700" }, "italic": { "fontStyle": "italic" }, ".language-markup .token.attr-name": { "color": "#ac885c" }, ".language-markup .token.punctuation": { "color": "#ac885c" }, ".language-markup .token.tag": { "color": "#ac885c" }, "": { "position": "relative", "zIndex": "1" }, ".line-highlight.line-highlight": { "background": "linear-gradient(to right,hsla(0,0%,33%,.1) 70%,hsla(0,0%,33%,0))", "borderBottom": "1px dashed #545454", "borderTop": "1px dashed #545454", "marginTop": ".75em", "zIndex": "0" }, ".line-highlight.line-highlight:before": { "backgroundColor": "#8693a6", "color": "#f4f1ef" }, ".line-highlight.line-highlight[data-end]:after": { "backgroundColor": "#8693a6", "color": "#f4f1ef" } }; exports["default"] = _default;