"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _default = { "code[class*=language-]": { "textAlign": "left", "whiteSpace": "pre", "wordSpacing": "normal", "wordBreak": "normal", "wordWrap": "normal", "color": "#eee", "background": "#2f2f2f", "fontFamily": "Roboto Mono,monospace", "fontSize": "1em", "lineHeight": "1.5em", "MozTabSize": "4", "OTabSize": "4", "tabSize": "4", "WebkitHyphens": "none", "MozHyphens": "none", "msHyphens": "none", "hyphens": "none" }, "pre[class*=language-]": { "textAlign": "left", "whiteSpace": "pre", "wordSpacing": "normal", "wordBreak": "normal", "wordWrap": "normal", "color": "#eee", "background": "#2f2f2f", "fontFamily": "Roboto Mono,monospace", "fontSize": "1em", "lineHeight": "1.5em", "MozTabSize": "4", "OTabSize": "4", "tabSize": "4", "WebkitHyphens": "none", "MozHyphens": "none", "msHyphens": "none", "hyphens": "none", "overflow": "auto", "position": "relative", "margin": ".5em 0", "padding": "1.25em 1em" }, "code[class*=language-] ::-moz-selection": { "background": "#363636" }, "code[class*=language-]::-moz-selection": { "background": "#363636" }, "pre[class*=language-] ::-moz-selection": { "background": "#363636" }, "pre[class*=language-]::-moz-selection": { "background": "#363636" }, "code[class*=language-] ::selection": { "background": "#363636" }, "code[class*=language-]::selection": { "background": "#363636" }, "pre[class*=language-] ::selection": { "background": "#363636" }, "pre[class*=language-]::selection": { "background": "#363636" }, ":not(pre)>code[class*=language-]": { "whiteSpace": "normal", "borderRadius": ".2em", "padding": ".1em" }, ".language-css>code": { "color": "#fd9170" }, ".language-sass>code": { "color": "#fd9170" }, ".language-scss>code": { "color": "#fd9170" }, "[class*=language-] .namespace": { "Opacity": ".7" }, "atrule": { "color": "#c792ea" }, "attr-name": { "color": "#ffcb6b" }, "attr-value": { "color": "#a5e844" }, "attribute": { "color": "#a5e844" }, "boolean": { "color": "#c792ea" }, "builtin": { "color": "#ffcb6b" }, "cdata": { "color": "#80cbc4" }, "char": { "color": "#80cbc4" }, "class": { "color": "#ffcb6b" }, "class-name": { "color": "#f2ff00" }, "comment": { "color": "#616161" }, "constant": { "color": "#c792ea" }, "deleted": { "color": "#f66" }, "doctype": { "color": "#616161" }, "entity": { "color": "#f66" }, "function": { "color": "#c792ea" }, "hexcode": { "color": "#f2ff00" }, "id": { "color": "#c792ea", "fontWeight": "700" }, "important": { "color": "#c792ea", "fontWeight": "700" }, "inserted": { "color": "#80cbc4" }, "keyword": { "color": "#c792ea" }, "number": { "color": "#fd9170" }, "operator": { "color": "#89ddff" }, "prolog": { "color": "#616161" }, "property": { "color": "#80cbc4" }, "pseudo-class": { "color": "#a5e844" }, "pseudo-element": { "color": "#a5e844" }, "punctuation": { "color": "#89ddff" }, "regex": { "color": "#f2ff00" }, "selector": { "color": "#f66" }, "string": { "color": "#a5e844" }, "symbol": { "color": "#c792ea" }, "tag": { "color": "#f66" }, "unit": { "color": "#fd9170" }, "url": { "color": "#f66" }, "variable": { "color": "#f66" } }; exports["default"] = _default;