changed editor text from mono to san-serif

the editor looked stiff and techy with the monotype, so changed it to a
generic sans-serif just to make it friendler

ha, hopefully nothing breaks...
This commit is contained in:
RXP 2025-05-18 13:02:57 -06:00
parent 981d182d1a
commit c4d759c311
Signed by: ro
GPG key ID: 976711B5057688B7
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ code[class*="language-"],
pre[class*="language-"] {
color: var(--editor-primary);
background: none;
font-family: var(--mono-type);
font-family: var(--base-type);
text-align: left;
white-space: pre;
word-spacing: normal;

View file

@ -265,7 +265,7 @@ main > section.text-editor > div.edit-post-wrapper textarea:focus {
main section.text-editor div.edit-post-wrapper #edit,
main section.text-editor div.edit-post-wrapper #highlight {
font-family: var(--mono-type);
font-family: var(--base-type);
border: 0;
width: 100%;
min-height: 300px;