浏览代码

修改样式

lex-xin 3 月之前
父节点
当前提交
da2d88e7ac
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      src/styles/index.less

+ 5 - 1
src/styles/index.less

@@ -337,7 +337,11 @@ body {
   article, aside, canvas, details, embed, 
   figure, figcaption, footer, header, hgroup, 
   menu, nav, output, ruby, section, summary,
-  time, mark, audio, video, hr {
+  time, mark, audio, video {
     all: revert;
   }
+
+  hr {
+    border-top: 1px solid #D2D2D2;
+  }
 }