emacs-config/misc/pile-css-theme/_hr.scss

9 lines
140 B
SCSS
Raw Normal View History

2020-07-15 10:27:33 +00:00
hr {
border: none;
border-top-style: solid;
border-top-width: 1px;
color: $back-light;
margin-bottom: 50px;
margin-top: 50px;
}