/
githubmirror
/
marktext
Обзор
Документация
Войти
/
githubmirror
/
marktext
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
packages/muya/src/assets/styles/prismjs/light.theme.css
108 строк
1 KB
Ran Luo
feat(muya): migrate TS rewrite to packages/muya alongside legacy muyajs (#4314)
29 май 2026, 15:35
Не верифицирован
29 май 2026, 15:35
0d86641
Код
Авторство
О чём код?
/* * ------------------------------------ * Prism.js light theme */ /* Inline Code */ :not(pre) > code { padding: 0.1em; white-space: normal; border-radius: 0.3em; } pre.mu-code-block code, pre.mu-code-block { white-space: pre; /* font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; */ text-align: left; word-break: normal; word-spacing: normal; overflow-wrap: normal; tab-size: 4; hyphens: none; } .token.comment, .token.prolog, .token.doctype, .token.cdata { color: slategray; } .token.punctuation { color: #999; } .namespace { opacity: 0.7; } .token.property, .token.tag, .token.boolean, .token.number, .token.constant, .token.symbol { color: #905; } .token.selector, .token.attr-name, .token.string, .token.char, .token.builtin { color: #690; } .token.inserted { color: #22863a; background: #f0fff4; } .token.deleted { color: #b31d28; background: #ffeef0; } .token.operator, .token.entity, .token.url, .language-css .token.string, .style .token.string { color: #9a6e3a; } .token.atrule, .token.attr-value, .token.keyword { color: #07a; } .token.function, .token.class-name { color: #dd4a68; } .token.regex, .token.important, .token.variable { color: #e90; } .token.important, .token.bold { font-weight: bold; } .token.italic { font-style: italic; } .token.entity { cursor: help; }