export default { "code[class*=language-]": { "fontFamily": "Consolas,Menlo,Monaco,\"Andale Mono WT\",\"Andale Mono\",\"Lucida Console\",\"Lucida Sans Typewriter\",\"DejaVu Sans Mono\",\"Bitstream Vera Sans Mono\",\"Liberation Mono\",\"Nimbus Mono L\",\"Courier New\",Courier,monospace", "fontSize": "14px", "lineHeight": "1.375", "direction": "ltr", "textAlign": "left", "whiteSpace": "pre", "wordSpacing": "normal", "wordBreak": "normal", "MozTabSize": "4", "OTabSize": "4", "tabSize": "4", "WebkitHyphens": "none", "MozHyphens": "none", "msHyphens": "none", "hyphens": "none", "background": "#2a2734", "color": "#9a86fd" }, "pre[class*=language-]": { "fontFamily": "Consolas,Menlo,Monaco,\"Andale Mono WT\",\"Andale Mono\",\"Lucida Console\",\"Lucida Sans Typewriter\",\"DejaVu Sans Mono\",\"Bitstream Vera Sans Mono\",\"Liberation Mono\",\"Nimbus Mono L\",\"Courier New\",Courier,monospace", "fontSize": "14px", "lineHeight": "1.375", "direction": "ltr", "textAlign": "left", "whiteSpace": "pre", "wordSpacing": "normal", "wordBreak": "normal", "MozTabSize": "4", "OTabSize": "4", "tabSize": "4", "WebkitHyphens": "none", "MozHyphens": "none", "msHyphens": "none", "hyphens": "none", "background": "#2a2734", "color": "#9a86fd", "padding": "1em", "margin": ".5em 0", "overflow": "auto" }, "pre>code[class*=language-]": { "fontSize": "1em" }, "code[class*=language-] ::-moz-selection": { "textShadow": "none", "background": "#6a51e6" }, "code[class*=language-]::-moz-selection": { "textShadow": "none", "background": "#6a51e6" }, "pre[class*=language-] ::-moz-selection": { "textShadow": "none", "background": "#6a51e6" }, "pre[class*=language-]::-moz-selection": { "textShadow": "none", "background": "#6a51e6" }, "code[class*=language-] ::selection": { "textShadow": "none", "background": "#6a51e6" }, "code[class*=language-]::selection": { "textShadow": "none", "background": "#6a51e6" }, "pre[class*=language-] ::selection": { "textShadow": "none", "background": "#6a51e6" }, "pre[class*=language-]::selection": { "textShadow": "none", "background": "#6a51e6" }, ":not(pre)>code[class*=language-]": { "padding": ".1em", "borderRadius": ".3em" }, "cdata": { "color": "#6c6783" }, "comment": { "color": "#6c6783" }, "doctype": { "color": "#6c6783" }, "prolog": { "color": "#6c6783" }, "punctuation": { "color": "#6c6783" }, "namespace": { "Opacity": ".7" }, "number": { "color": "#e09142" }, "operator": { "color": "#e09142" }, "tag": { "color": "#e09142" }, "function": { "color": "#9a86fd" }, "property": { "color": "#9a86fd" }, "atrule-id": { "color": "#eeebff" }, "selector": { "color": "#eeebff" }, "tag-id": { "color": "#eeebff" }, "attr-name": { "color": "#c4b9fe" }, "code.language-javascript": { "color": "#c4b9fe" }, ".language-css .token.string": { "color": "#fc9" }, ".language-scss .token.string": { "color": "#fc9" }, ".style .token.string": { "color": "#fc9" }, "atrule": { "color": "#fc9" }, "attr-value": { "color": "#fc9" }, "boolean": { "color": "#fc9" }, "control": { "color": "#fc9" }, "directive": { "color": "#fc9" }, "entity": { "color": "#fc9", "cursor": "help" }, "keyword": { "color": "#fc9" }, "regex": { "color": "#fc9" }, "statement": { "color": "#fc9" }, "string": { "color": "#fc9" }, "unit": { "color": "#fc9" }, "url": { "color": "#fc9" }, "code.language-css": { "color": "#fc9" }, "code.language-scss": { "color": "#fc9" }, "placeholder": { "color": "#fc9" }, "variable": { "color": "#fc9" }, "deleted": { "textDecoration": "line-through" }, "inserted": { "borderBottom": "1px dotted #eeebff", "textDecoration": "none" }, "italic": { "fontStyle": "italic" }, "bold": { "fontWeight": "700" }, "important": { "fontWeight": "700", "color": "#c4b9fe" }, "pre>code.highlight": { "Outline": ".4em solid #8a75f5", "OutlineOffset": ".4em" }, ".line-numbers.line-numbers .line-numbers-rows": { "borderRightColor": "#2c2937" }, ".line-numbers .line-numbers-rows>span:before": { "color": "#3c3949" }, ".line-highlight.line-highlight": { "background": "linear-gradient(to right,rgba(224,145,66,.2) 70%,rgba(224,145,66,0))" } };