From 4cb0320beebee6e4ddac557f9d7bd67fbbb48f83 Mon Sep 17 00:00:00 2001 From: Jeffrey Chen <78434827+TCOTC@users.noreply.github.com> Date: Wed, 17 Apr 2024 00:57:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=E6=9A=97=E9=BB=91=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E4=B8=8B=E7=9A=84=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin.json | 2 +- src/index.scss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin.json b/plugin.json index ef28c99..1478472 100644 --- a/plugin.json +++ b/plugin.json @@ -2,7 +2,7 @@ "name": "siyuan-plugin-hsr-mdzz2048-fork", "author": "TCOTC", "url": "https://github.com/TCOTC/siyuan-plugin-hsr-mdzz2048-fork", - "version": "0.4.4", + "version": "0.4.5", "minAppVersion": "2.9.8", "backends": ["windows", "linux", "darwin"], "frontends": ["desktop", "browser-desktop"], diff --git a/src/index.scss b/src/index.scss index eb37da1..145117e 100644 --- a/src/index.scss +++ b/src/index.scss @@ -22,11 +22,11 @@ transition: background-color 0.3s; } .highlight-search-result .search-dialog .search-tools>div:hover { - background-color: var(--b3-theme-surface-light); + background-color: var(--b3-theme-surface-lighter); transition: background-color 0.3s; } .highlight-search-result .search-dialog .search-tools>div:active { - background-color: var(--b3-theme-surface-lighter); + background-color: var(--b3-theme-on-surface); transition: background-color 0.2s; }