Files

18 lines
304 B
Plaintext
Raw Permalink Normal View History

2024-07-31 22:22:52 -07:00
// Copyright 2024, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
.help-view {
width: 100%;
padding: 0 5px;
2024-07-31 22:22:52 -07:00
.title {
font-weight: bold;
}
code {
font: var(--fixed-font);
background-color: var(--highlight-bg-color);
padding: 0 5px;
}
}