mirror of
https://github.com/Ad-closeNN/blog-fuwari.git
synced 2026-05-31 01:20:06 -04:00
fix(style): 修复选中背景颜色过亮的问题
This commit is contained in:
+2
-1
@@ -157,7 +157,8 @@
|
||||
}
|
||||
|
||||
::selection {
|
||||
background-color: var(--selection-bg)
|
||||
background-color: var(--selection-bg);
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.dash-line {
|
||||
|
||||
Reference in New Issue
Block a user