give text editor monospaced font family
This commit is contained in:
parent
cbbb717404
commit
b099adc3e8
|
@ -332,6 +332,7 @@ input[type="text"] {
|
|||
padding: 5px;
|
||||
color: var(--font);
|
||||
background-color: var(--textarea-bg);
|
||||
font-family: 'Courier New', Courier, monospace;
|
||||
}
|
||||
|
||||
.nav-footer {
|
||||
|
|
Loading…
Reference in New Issue