fix(forgejo): render markdown editor in monospace
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
603a843c63
commit
3875bd612a
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue