Skip to content

Commit

Permalink
fix code highlighting bug
Browse files Browse the repository at this point in the history
  • Loading branch information
colineckert committed Dec 11, 2022
1 parent e71c395 commit f777097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Things",
"version": "2.1.0",
"version": "2.1.1",
"minAppVersion": "1.0.0",
"author": "@colineckert",
"authorUrl": "https://twitter.com/colineckert"
Expand Down
3 changes: 1 addition & 2 deletions theme.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*───────────────────────────────────────────────────────
THINGS
Version 2.1.0
Version 2.1.1
Created by @colineckert
Readme:
Expand Down Expand Up @@ -351,7 +351,6 @@ span.search-result-file-matched-text {
.cm-hmd-codeblock.cm-bracket {
color: var(--atom-gray-2) !important;
}
code[class*='language-'],
.token.selector,
.token.tag,
.token.property,
Expand Down

0 comments on commit f777097

Please sign in to comment.