Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
Use normal font size on code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnetop committed Jul 5, 2022
1 parent 73eba5c commit 23b437c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ metatype: json
"name": "Markdown Monospace",
"content_type": "SN|Theme",
"area": "themes",
"version": "1.2.0",
"version": "1.3.0",
"description": "Monospace font for Standard Notes markdown editors",
"url": "https://danielnetop.github.io/markdown-monospace/main.css",
"download_url": "https://github.com/DanielNetoP/markdown-monospace/archive/refs/tags/1.2.0.zip",
"download_url": "https://github.com/DanielNetoP/markdown-monospace/archive/refs/tags/1.3.0.zip",
"latest_url": "https://danielnetop.github.io/markdown-monospace/ext.json",
"marketing_url": "https://github.com/DanielNetoP/markdown-monospace",
"thumbnail_url": "https://danielnetop.github.io/markdown-monospace/examples/preview.png",
Expand Down
7 changes: 6 additions & 1 deletion main.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
.CodeMirror-code,
#editor {
#editor,
.CodeMirror .CodeMirror-code .cm-comment {
font-family: var(--sn-stylekit-monospace-font) !important;
}

.CodeMirror .CodeMirror-code .cm-comment {
font-size: 100% !important;
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "io.github.danielnetop.markdown-monospace",
"version": "1.2.0",
"version": "1.3.0",
"main": "main.css",
"sn": {
"main": "main.css"
Expand Down

0 comments on commit 23b437c

Please sign in to comment.