fix(style): 修复选中背景颜色过亮的问题

This commit is contained in:
Ad-closeNN
2026-03-03 18:17:51 +08:00
parent 1374061945
commit 71226be673
3 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -157,7 +157,8 @@
}
::selection {
background-color: var(--selection-bg)
background-color: var(--selection-bg);
color: inherit;
}
.dash-line {