From 638107be1b6826f533c88f5b344176eafbe66a18 Mon Sep 17 00:00:00 2001 From: Tron Date: Thu, 12 Sep 2024 17:36:16 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v2.2.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 +++ README_zh_CN.md | 3 +++ style/editor.css | 2 +- style/theme/Tsundoku_dark.css | 2 +- theme.json | 2 +- 5 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3240c17..44975cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## V2.2.6 / 2024.09.12 +- 🐛 Dark主题无法修改加粗文字 + ## v2.2.5 / 2024.09.11 - 💄 适配思源笔记v3.1.6 代码块样式 - 💄 copy Savor主题搜索面板样式 diff --git a/README_zh_CN.md b/README_zh_CN.md index 33524bd..c2a4cf8 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -33,6 +33,9 @@ ## 🚀最近更新 +V2.2.6 / 2024.09.12 +- 🐛 Dark主题无法修改加粗文字 + v2.2.5 / 2024.09.11 - 💄 适配思源笔记v3.1.6 代码块样式 - 💄 copy Savor主题搜索面板样式 diff --git a/style/editor.css b/style/editor.css index ebe2aef..f94de5f 100644 --- a/style/editor.css +++ b/style/editor.css @@ -525,7 +525,7 @@ mark { } [data-theme-mode="dark"] .protyle-wysiwyg span[data-type~='strong'] { - color: #81ebcf !important; + color: #81ebcf; } /* -----------------------块引用----------------------- */ diff --git a/style/theme/Tsundoku_dark.css b/style/theme/Tsundoku_dark.css index f7c5c3b..2434f58 100644 --- a/style/theme/Tsundoku_dark.css +++ b/style/theme/Tsundoku_dark.css @@ -812,7 +812,7 @@ div[data-subtype='t'][data-type='NodeList'] { .protyle-wysiwyg span[data-type~='strong'] { - color: #81ebcf !important; + color: #81ebcf ; } /* 代码块复制按钮背景色 */ diff --git a/theme.json b/theme.json index b0ec43b..55c97b4 100644 --- a/theme.json +++ b/theme.json @@ -2,7 +2,7 @@ "name": "Tsundoku", "author": "Achuan-2", "url": "https://github.com/Achuan-2/siyuan-themes-tsundoku", - "version": "2.2.5", + "version": "2.2.6", "displayName": { "default": "Tsundoku", "zh_CN": "積読"