From f77709714619bf25e6da32b14459b07c2e216c59 Mon Sep 17 00:00:00 2001 From: colineckert Date: Sun, 11 Dec 2022 05:48:35 -0800 Subject: [PATCH] fix code highlighting bug --- manifest.json | 2 +- theme.css | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 7be8e5f..6c01f11 100644 --- a/manifest.json +++ b/manifest.json @@ -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" diff --git a/theme.css b/theme.css index 2d581c6..9529d1c 100644 --- a/theme.css +++ b/theme.css @@ -1,6 +1,6 @@ /*─────────────────────────────────────────────────────── THINGS -Version 2.1.0 +Version 2.1.1 Created by @colineckert Readme: @@ -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,