Fix for incorrect <hr /> color as result of Tailwind upgrade (#1303)
This commit is contained in:
parent
b6518b9ce1
commit
2abd7779ac
1 changed files with 4 additions and 0 deletions
|
@ -355,6 +355,10 @@ body {
|
||||||
background-color: #f3f4f6;
|
background-color: #f3f4f6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
@apply border-gray-200;
|
||||||
|
}
|
||||||
|
|
||||||
.text-white-important {
|
.text-white-important {
|
||||||
color: white !important;
|
color: white !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue