emacs-config/misc/org-css/_hr.scss

9 lines
141 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-medium;
margin-bottom: 30px;
margin-top: 40px;
2020-07-15 10:27:33 +00:00
}