Browse Source

暗黑模式边框颜色与背景颜色区分开

LHY 3 years ago
parent
commit
f8604a2d08
1 changed files with 1 additions and 1 deletions
  1. 1 1
      css/style.min.css

+ 1 - 1
css/style.min.css

@@ -3916,7 +3916,7 @@ body[data-theme='dark'] a,
 }
 [data-theme='dark'] .lyear-switch span {
     background-color: #1D1F2F;
-    border-color: #1D1F2F;
+    border-color: #303243;
 }
 [data-theme='dark'] .lyear-switch.switch-outline span {
     background-color: transparent;