Skip to content

Commit

Permalink
改进暗黑模式下的颜色
Browse files Browse the repository at this point in the history
  • Loading branch information
TCOTC committed Apr 16, 2024
1 parent 19061d4 commit 4cb0320
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down
4 changes: 2 additions & 2 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 4cb0320

Please sign in to comment.