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

9 lines
140 B
SCSS

hr {
border: none;
border-top-style: solid;
border-top-width: 1px;
color: $back-light;
margin-bottom: 50px;
margin-top: 50px;
}