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

Commit 23b437c

Browse files
committed
Use normal font size on code blocks
1 parent 73eba5c commit 23b437c

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

ext.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ metatype: json
77
"name": "Markdown Monospace",
88
"content_type": "SN|Theme",
99
"area": "themes",
10-
"version": "1.2.0",
10+
"version": "1.3.0",
1111
"description": "Monospace font for Standard Notes markdown editors",
1212
"url": "https://danielnetop.github.io/markdown-monospace/main.css",
13-
"download_url": "https://github.com/DanielNetoP/markdown-monospace/archive/refs/tags/1.2.0.zip",
13+
"download_url": "https://github.com/DanielNetoP/markdown-monospace/archive/refs/tags/1.3.0.zip",
1414
"latest_url": "https://danielnetop.github.io/markdown-monospace/ext.json",
1515
"marketing_url": "https://github.com/DanielNetoP/markdown-monospace",
1616
"thumbnail_url": "https://danielnetop.github.io/markdown-monospace/examples/preview.png",

main.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
.CodeMirror-code,
2-
#editor {
2+
#editor,
3+
.CodeMirror .CodeMirror-code .cm-comment {
34
font-family: var(--sn-stylekit-monospace-font) !important;
45
}
6+
7+
.CodeMirror .CodeMirror-code .cm-comment {
8+
font-size: 100% !important;
9+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "io.github.danielnetop.markdown-monospace",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"main": "main.css",
55
"sn": {
66
"main": "main.css"

0 commit comments

Comments
 (0)