bootstrap-dark icon indicating copy to clipboard operation
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!

Results 9 bootstrap-dark issues
Sort by recently updated
recently updated
newest added

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...

bug
good first issue

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.

help wanted
good first issue
samples

```html Some text here ``` Looks like this (different content, but it's also a `` block): ![image](https://user-images.githubusercontent.com/1629196/89127531-65983400-d4ee-11ea-9fd9-02304707ff9c.png) I am working around this for now using ```css .bootstrap-dark pre code {...

good first issue

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...

bug

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 ![image](https://user-images.githubusercontent.com/5885505/202313963-8de1be69-fcd6-4e2f-bc92-da0680e5a479.png) *Improve other components if any are identified.*

good first issue

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...

help wanted
area/forms