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": "#1d262f", "color": "#57718e" }, "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": "#1d262f", "color": "#57718e", "padding": "1em", "margin": ".5em 0", "overflow": "auto" }, "pre>code[class*=language-]": { "fontSize": "1em" }, "code[class*=language-] ::-moz-selection": { "textShadow": "none", "background": "#004a9e" }, "code[class*=language-]::-moz-selection": { "textShadow": "none", "background": "#004a9e" }, "pre[class*=language-] ::-moz-selection": { "textShadow": "none", "background": "#004a9e" }, "pre[class*=language-]::-moz-selection": { "textShadow": "none", "background": "#004a9e" }, "code[class*=language-] ::selection": { "textShadow": "none", "background": "#004a9e" }, "code[class*=language-]::selection": { "textShadow": "none", "background": "#004a9e" }, "pre[class*=language-] ::selection": { "textShadow": "none", "background": "#004a9e" }, "pre[class*=language-]::selection": { "textShadow": "none", "background": "#004a9e" }, ":not(pre)>code[class*=language-]": { "padding": ".1em", "borderRadius": ".3em" }, "cdata": { "color": "#4a5f78" }, "comment": { "color": "#4a5f78" }, "doctype": { "color": "#4a5f78" }, "prolog": { "color": "#4a5f78" }, "punctuation": { "color": "#4a5f78" }, "namespace": { "Opacity": ".7" }, "number": { "color": "#0aa370" }, "operator": { "color": "#0aa370" }, "tag": { "color": "#0aa370" }, "function": { "color": "#57718e" }, "property": { "color": "#57718e" }, "atrule-id": { "color": "#ebf4ff" }, "selector": { "color": "#ebf4ff" }, "tag-id": { "color": "#ebf4ff" }, "attr-name": { "color": "#7eb6f6" }, "code.language-javascript": { "color": "#7eb6f6" }, ".language-css .token.string": { "color": "#47ebb4" }, ".language-scss .token.string": { "color": "#47ebb4" }, ".style .token.string": { "color": "#47ebb4" }, "atrule": { "color": "#47ebb4" }, "attr-value": { "color": "#47ebb4" }, "boolean": { "color": "#47ebb4" }, "control": { "color": "#47ebb4" }, "directive": { "color": "#47ebb4" }, "entity": { "color": "#47ebb4", "cursor": "help" }, "keyword": { "color": "#47ebb4" }, "regex": { "color": "#47ebb4" }, "statement": { "color": "#47ebb4" }, "string": { "color": "#47ebb4" }, "unit": { "color": "#47ebb4" }, "url": { "color": "#47ebb4" }, "code.language-css": { "color": "#47ebb4" }, "code.language-scss": { "color": "#47ebb4" }, "placeholder": { "color": "#47ebb4" }, "variable": { "color": "#47ebb4" }, "deleted": { "textDecoration": "line-through" }, "inserted": { "borderBottom": "1px dotted #ebf4ff", "textDecoration": "none" }, "italic": { "fontStyle": "italic" }, "bold": { "fontWeight": "700" }, "important": { "fontWeight": "700", "color": "#7eb6f6" }, "pre>code.highlight": { "Outline": ".4em solid #34659d", "OutlineOffset": ".4em" }, ".line-numbers.line-numbers .line-numbers-rows": { "borderRightColor": "#1f2932" }, ".line-numbers .line-numbers-rows>span:before": { "color": "#2c3847" }, ".line-highlight.line-highlight": { "background": "linear-gradient(to right,rgba(10,163,112,.2) 70%,rgba(10,163,112,0))" } };