Skip to content

Commit

Permalink
Fix for incorrect <hr /> color as result of Tailwind upgrade (#1303)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiepine committed Dec 14, 2021
1 parent b6518b9 commit 2abd777
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,10 @@ body {
background-color: #f3f4f6;
}

hr {
@apply border-gray-200;
}

.text-white-important {
color: white !important;
}
Expand Down

1 comment on commit 2abd777

@vercel
Copy link

@vercel vercel bot commented on 2abd777 Dec 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.