Lightening hr

- Fixes #222
pull/722/head
Dessalines 2019-08-29 12:06:08 -07:00
parent f474904a46
commit e4c9335278
1 changed files with 4 additions and 0 deletions

4
ui/src/css/main.css vendored
View File

@ -129,3 +129,7 @@ blockquote {
top: -9999px !important;
left: -9999px !important;
}
hr {
border-top: 1px solid var(--secondary);
}