Commit 3417f9f0 authored by Andrés Álvarez's avatar Andrés Álvarez Committed by cinwell.li

Add basic <hr> CSS styles (#4061)

parent 29162c76
...@@ -70,3 +70,10 @@ sup, sub { ...@@ -70,3 +70,10 @@ sup, sub {
small { small {
font-size: calc(var(--font-size-base) - 2px); font-size: calc(var(--font-size-base) - 2px);
} }
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eeeeee;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment