@yuebai008/cli
Version:
Command line interface for rapid qg-minigame development
1 lines • 979 B
JavaScript
const styles=new CSSStyleSheet;styles.replaceSync('/*\n * Copyright 2021 The Chromium Authors. All rights reserved.\n * Use of this source code is governed by a BSD-style license that can be\n * found in the LICENSE file.\n */\n\n.message {\n line-height: 20px;\n font-size: 14px;\n color: var(--color-text-secondary);\n margin-bottom: 4px;\n user-select: text;\n}\n\n.message p {\n margin-bottom: 16px;\n margin-block-start: 2px;\n}\n\n.message ul {\n list-style-type: none;\n list-style-position: inside;\n padding-inline-start: 0;\n}\n\n.message li {\n margin-top: 8px;\n display: list-item;\n}\n\n.message li::before {\n content: "→";\n -webkit-mask-image: none;\n padding-right: 5px;\n position: relative;\n top: -1px;\n}\n\n.message code {\n color: var(--color-text-primary);\n font-size: 12px;\n user-select: text;\n cursor: text;\n background: var(--color-background-elevation-1);\n}\n\n/*# sourceURL=markdownView.css */\n');export default styles;