fix(forgejo): render markdown editor in monospace

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2024-11-05 16:19:36 +01:00
parent 603a843c63
commit 3875bd612a
Signed by: mfocko
SSH key fingerprint: SHA256:icm0fIOSJUpy5+1x23sfr+hLtF9UhY8VpMC7H4WFJP8

View file

@ -2,7 +2,7 @@
@name Forgejo / Gitea
@namespace git.mfocko.xyz/mfocko/usercss
@updateURL https://git.mfocko.xyz/mfocko/usercss/raw/branch/main/forgejo.user.css
@version 1.6.7
@version 1.6.8
@description Switch monospace font and allow to hide diff highlight.
@author mfocko <me@mfocko.xyz>
@preprocessor stylus
@ -50,7 +50,8 @@ domain("next.forgejo.org") {
if monospace-comments {
.comment-content,
.comment-body {
.comment-body,
.markdown-text-editor {
font-family: monospace-font !important;
font-feature-settings: font-features;
}