give text editor monospaced font family

This commit is contained in:
joshuaboud 2021-05-28 16:29:57 -03:00
parent cbbb717404
commit b099adc3e8
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E
1 changed files with 1 additions and 0 deletions

View File

@ -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 {