ForEvolve / bootstrap-dark

Bootstrap 4 dark theme that supports togging dark/light themes as well. There is no fluff, it changes the color of Bootstrap and that's it, no new thing to learn or unlearn, just Bootstrap, but Dark!
MIT License
298 stars 44 forks source link

<hr> color incorrect #30

Closed ecnepsnai closed 4 years ago

ecnepsnai commented 4 years ago

The color for the <hr> tag is incorrect and is not visible before it's black on a black background.

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);
Carl-Hugo commented 4 years ago

Many things are not completed yet, but <hr> should look like this now: image