emacs-config/misc/pile-css-theme/_hr.scss
TEC b009296433 Org html: spacing and colour tweaks
+ update compiled scss
2020-10-05 19:04:48 +08:00

9 lines
141 B
SCSS

hr {
border: none;
border-top-style: solid;
border-top-width: 1px;
color: $back-medium;
margin-bottom: 30px;
margin-top: 40px;
}