Skip to content

Commit

Permalink
fix <hr>
Browse files Browse the repository at this point in the history
  • Loading branch information
rohandebsarkar committed Jul 4, 2022
1 parent 9a34957 commit 780fd4f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ p, h1, h2, h3, h4, h5, h6, em, div, li, span, strong {
}

hr {
border-top: 1px solid var(--global-divider-color);
height: 1px;
background-color: var(--global-divider-color);
border: none;
opacity: 1;
}

table {
Expand Down

0 comments on commit 780fd4f

Please sign in to comment.