lex-xin hace 6 meses
padre
commit
da2d88e7ac
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  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;
+  }
 }