Browse Source

修改样式

lex-xin 2 months ago
parent
commit
da2d88e7ac
1 changed files with 5 additions and 1 deletions
  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;
+  }
 }