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:
parent
981d182d1a
commit
c4d759c311
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ code[class*="language-"],
|
||||||
pre[class*="language-"] {
|
pre[class*="language-"] {
|
||||||
color: var(--editor-primary);
|
color: var(--editor-primary);
|
||||||
background: none;
|
background: none;
|
||||||
font-family: var(--mono-type);
|
font-family: var(--base-type);
|
||||||
text-align: left;
|
text-align: left;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
word-spacing: normal;
|
word-spacing: normal;
|
||||||
|
|
|
@ -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 #edit,
|
||||||
main section.text-editor div.edit-post-wrapper #highlight {
|
main section.text-editor div.edit-post-wrapper #highlight {
|
||||||
font-family: var(--mono-type);
|
font-family: var(--base-type);
|
||||||
border: 0;
|
border: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 300px;
|
min-height: 300px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue