Skip to content

Commit

Permalink
Add fix for background-color
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Apr 1, 2020
1 parent e1413a8 commit 8eb2bd9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
font-weight: normal;
line-height: 1.5;
color: $dark-gray-500;
background-color: inherit;
}

h2 {
Expand All @@ -71,6 +72,7 @@
font-size: $default-font-size;
color: $dark-gray-500;
margin-bottom: 1.5em;
background-color: inherit;
}

hr {
Expand Down

0 comments on commit 8eb2bd9

Please sign in to comment.