bootstrap-dark
bootstrap-dark copied to clipboard
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!
Since the bootstrap `variables` partial needs to be loaded first, the overrides of the color variables in `dark-variables` are not picked up by the `$colors` or `$theme-colors` maps. This in...
Hi, I'm wondering if you would like to support Bootstrap 5 in this repo or in another ? Thanks for your work :).
Create a minimal Node/NPM samples under `samples/node`. The sample should support at least the same features as the Razor Pages home page or the HTML sample.
```html Some text here ``` Looks like this (different content, but it's also a `` block):  I am working around this for now using ```css .bootstrap-dark pre code {...
When using the `.navbar-dark .navbar-toggler-icon`, the icon is not showing. After looking through the styles, the main culprit is the malformed `url()` value for the said class. My temporary fix...
e.g. if a user wants to use a custom `$blue` value in dark mode https://github.com/ForEvolve/bootstrap-dark/blob/master/scss/_dark-variables.scss
Sorry to bother you again, sir, but you missed my first bug report: ``` .nav-pills .nav-link.active, .nav-pills .show>.nav-link { color: #fff; background-color: _is_used_from_light_theme_ } ``` Try to change color in...
Improve accessibility by fine-tuning color contrast of `.list-group-item-light` that fails, see https://webaim.org/resources/contrastchecker/?fcolor=737678&bcolor=F6F7F8  *Improve other components if any are identified.*
When using a input of type date, the browser renders a calendar icon inside the input control, however this is black so is not visible with a dark background. I...