2022-08-25 03:31:30 +02:00
|
|
|
/*
|
|
|
|
* SPDX-FileCopyrightText: 2022 Johannes Loher
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*/
|
|
|
|
|
|
|
|
.ds4-code-input {
|
2023-07-10 22:23:13 +02:00
|
|
|
font-family: var(--font-mono);
|
2022-08-25 03:31:30 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
// This is needed for higher specifity
|
|
|
|
form .ds4-code-input {
|
2023-07-10 22:23:13 +02:00
|
|
|
font-family: var(--font-mono);
|
2022-08-25 03:31:30 +02:00
|
|
|
}
|