Skip to content

Commit

Permalink
feat: Update hr styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 18, 2020
1 parent 4aa2162 commit 97e9ac8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@ main {
display: block;
}

hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}

a {
cursor: pointer;
text-decoration: none;
Expand Down
5 changes: 5 additions & 0 deletions src/templates/GuideTemplate.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
margin-top: 1rem;
line-height: 1;
}

hr {
border: 0;
border-bottom: 1px solid var(--color-neutrals-100);
}
}

.header {
Expand Down

0 comments on commit 97e9ac8

Please sign in to comment.