Fix for incorrect <hr /> color as result of Tailwind upgrade (#1303)
This commit is contained in:
@@ -355,6 +355,10 @@ body {
|
||||
background-color: #f3f4f6;
|
||||
}
|
||||
|
||||
hr {
|
||||
@apply border-gray-200;
|
||||
}
|
||||
|
||||
.text-white-important {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user