From c4d759c311614c1c5c40691a7af706fd8abe2032 Mon Sep 17 00:00:00 2001 From: ro Date: Sun, 18 May 2025 13:02:57 -0600 Subject: [PATCH] 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... --- public/assets/css/dash/page-editor-highlights.css | 2 +- public/assets/css/dash/page-editor.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/assets/css/dash/page-editor-highlights.css b/public/assets/css/dash/page-editor-highlights.css index a7c60a1..926c437 100644 --- a/public/assets/css/dash/page-editor-highlights.css +++ b/public/assets/css/dash/page-editor-highlights.css @@ -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; diff --git a/public/assets/css/dash/page-editor.css b/public/assets/css/dash/page-editor.css index d44a03e..633164f 100644 --- a/public/assets/css/dash/page-editor.css +++ b/public/assets/css/dash/page-editor.css @@ -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;