Explorar el Código

优化分割线样式 (#2342)

两双筷子 hace 2 años
padre
commit
f1a03554f0
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/data/extra/themes/vue-light/web.css

+ 2 - 2
src/data/extra/themes/vue-light/web.css

@@ -155,8 +155,8 @@ hr {
     text-align: left;
     margin: 1em 0;
     border: none;
-    height: 2px;
-    background-color: #999999;
+    height: 1px;
+    background-color: #cccccc;
 }
 
 table {