Closed ecnepsnai closed 4 years ago
The color for the <hr> tag is incorrect and is not visible before it's black on a black background.
<hr>
Bootstrap sets it to:
border-top: 1px solid rgba(0,0,0,0.1);
But it should be (something like):
border-top: 1px solid rgba(255,255,255,0.1);
Many things are not completed yet, but <hr> should look like this now:
The color for the
<hr>
tag is incorrect and is not visible before it's black on a black background.Bootstrap sets it to:
But it should be (something like):