mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-10 03:18:14 +08:00
97 lines
1.6 KiB
JavaScript
97 lines
1.6 KiB
JavaScript
|
"use strict";
|
||
|
|
||
|
Object.defineProperty(exports, "__esModule", {
|
||
|
value: true
|
||
|
});
|
||
|
exports["default"] = void 0;
|
||
|
var _default = exports["default"] = {
|
||
|
"hljs": {
|
||
|
"display": "block",
|
||
|
"overflowX": "auto",
|
||
|
"padding": "0.5em",
|
||
|
"background": "#444",
|
||
|
"color": "#ddd"
|
||
|
},
|
||
|
"hljs-keyword": {
|
||
|
"color": "white",
|
||
|
"fontWeight": "bold"
|
||
|
},
|
||
|
"hljs-selector-tag": {
|
||
|
"color": "white",
|
||
|
"fontWeight": "bold"
|
||
|
},
|
||
|
"hljs-literal": {
|
||
|
"color": "white",
|
||
|
"fontWeight": "bold"
|
||
|
},
|
||
|
"hljs-section": {
|
||
|
"color": "white",
|
||
|
"fontWeight": "bold"
|
||
|
},
|
||
|
"hljs-link": {
|
||
|
"color": "white"
|
||
|
},
|
||
|
"hljs-subst": {
|
||
|
"color": "#ddd"
|
||
|
},
|
||
|
"hljs-string": {
|
||
|
"color": "#d88"
|
||
|
},
|
||
|
"hljs-title": {
|
||
|
"color": "#d88",
|
||
|
"fontWeight": "bold"
|
||
|
},
|
||
|
"hljs-name": {
|
||
|
"color": "#d88",
|
||
|
"fontWeight": "bold"
|
||
|
},
|
||
|
"hljs-type": {
|
||
|
"color": "#d88",
|
||
|
"fontWeight": "bold"
|
||
|
},
|
||
|
"hljs-attribute": {
|
||
|
"color": "#d88"
|
||
|
},
|
||
|
"hljs-symbol": {
|
||
|
"color": "#d88"
|
||
|
},
|
||
|
"hljs-bullet": {
|
||
|
"color": "#d88"
|
||
|
},
|
||
|
"hljs-built_in": {
|
||
|
"color": "#d88"
|
||
|
},
|
||
|
"hljs-addition": {
|
||
|
"color": "#d88"
|
||
|
},
|
||
|
"hljs-variable": {
|
||
|
"color": "#d88"
|
||
|
},
|
||
|
"hljs-template-tag": {
|
||
|
"color": "#d88"
|
||
|
},
|
||
|
"hljs-template-variable": {
|
||
|
"color": "#d88"
|
||
|
},
|
||
|
"hljs-comment": {
|
||
|
"color": "#777"
|
||
|
},
|
||
|
"hljs-quote": {
|
||
|
"color": "#777"
|
||
|
},
|
||
|
"hljs-deletion": {
|
||
|
"color": "#777"
|
||
|
},
|
||
|
"hljs-meta": {
|
||
|
"color": "#777"
|
||
|
},
|
||
|
"hljs-doctag": {
|
||
|
"fontWeight": "bold"
|
||
|
},
|
||
|
"hljs-strong": {
|
||
|
"fontWeight": "bold"
|
||
|
},
|
||
|
"hljs-emphasis": {
|
||
|
"fontStyle": "italic"
|
||
|
}
|
||
|
};
|