Fix for incorrect <hr /> color as result of Tailwind upgrade (#1303)

This commit is contained in:
Jamie Pine 2021-12-13 20:14:26 -08:00 committed by GitHub
parent b6518b9ce1
commit 2abd7779ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -355,6 +355,10 @@ body {
background-color: #f3f4f6;
}
hr {
@apply border-gray-200;
}
.text-white-important {
color: white !important;
}