mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-30 17:15:16 +02:00
give text editor monospaced font family
This commit is contained in:
parent
cbbb717404
commit
b099adc3e8
@ -332,6 +332,7 @@ input[type="text"] {
|
|||||||
padding: 5px;
|
padding: 5px;
|
||||||
color: var(--font);
|
color: var(--font);
|
||||||
background-color: var(--textarea-bg);
|
background-color: var(--textarea-bg);
|
||||||
|
font-family: 'Courier New', Courier, monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-footer {
|
.nav-footer {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user