--disabled-opacity: .7;
color-scheme: light;
+
+ --font-sans: Helvetica Neue, Helvetica, Arial, ui-sans-serif, system-ui, sans-serif;
+ --font-mono: Monaco, Andale Mono, Courier New, ui-monospace, monospace;
}
:root[data-darkmode="true"] {
textarea {
overflow: auto;
vertical-align: top;
- font-family: monospace;
+ font-family: var(--font-mono);
}
.control-group {
* ------------------------------------------------------------------------------------------- */
body {
background-color: var(--background-color-high);
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ font-family: var(--font-sans);
font-size: 13px;
font-weight: normal;
line-height: 18px;
code, pre {
padding: 0 3px 2px;
- font-family: Monaco, Andale Mono, Courier New, monospace;
+ font-family: var(--font-mono);
font-size: 12px;
border-radius: 3px;
}
input,
button,
select {
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ font-family: var(--font-sans);
font-size: 13px;
font-weight: normal;
line-height: normal;
}
.btn .close, .alert-message .close {
- font-family: Arial, sans-serif;
+ font-family: var(--font-sans);
line-height: 18px;
}
width: 100%;
color: var(--text-color-highest);
margin-bottom: 18px;
- font-family: monospace;
+ font-family: var(--font-mono);
}
.cbi-section-table .tr:hover .td,
.uci-dialog ins,
.uci-dialog var {
text-decoration: none;
- font-family: monospace;
+ font-family: var(--font-mono);
font-style: normal;
color: var(--text-color-high);
display: block;