Skip to content

Commit

Permalink
fix monospace fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon committed Apr 17, 2022
1 parent 7e2f13c commit 776bdf0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ https://github.com/pengx17/logseq-dev-theme/blob/main/bullet_threading.css */
/* code mirror tweaks */

.extensions__code > .CodeMirror {
font-family: "Fira Code";
font-family: "Fira Code", menlo, consolas, monospace;
background: var(--ls-secondary-background-color);
}

Expand Down Expand Up @@ -493,7 +493,7 @@ mark.purple {
:not(pre) > code {
border-radius: 3px;
font-size: 0.9em;
font-family: "Fira Code";
font-family: "Fira Code", menlo, consolas, monospace;
padding: 1px 3px !important;
}

Expand Down Expand Up @@ -673,7 +673,7 @@ del {
.query-title {
background: #2e2e2e !important;
font-size: 0.88em;
font-family: "fira code";
font-family: "Fira Code", menlo, consolas, monospace;
}

.custom-query {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "D42ker Logseq",
"author": "L3ON",
"repo": "LeonWong0609/D42ker-Logseq",
"version": "0.0.5",
"version": "0.0.6",
"description": "Default Logseq dark theme with 0 saturation background and some other tweaks",
"logseq": {
"themes": [
{
"name": "D42ker Logseq",
"url": "./custom.css",
"description": "A darker Logseq theme.",
"description": "A darker Logseq theme with 0 saturation background and some other tweaks.",
"mode": "dark"
}
],
Expand Down

0 comments on commit 776bdf0

Please sign in to comment.