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