Material-Color/README.md

12 lines
805 B
Markdown
Raw Normal View History

2017-05-14 19:34:57 -06:00
# Material-Color
2017-05-14 22:09:33 -06:00
Additional color classes for Bootstrap 3. Based on the [Material Design palette](https://material.io/guidelines/style/color.html#color-color-palette).
This branch uses CSS variables instead of inline colors, for easy modification with [any modern browser](http://caniuse.com/#feat=css-variables).
2017-05-14 22:09:33 -06:00
## Notes:
* Link this CSS after you link to Bootstrap.css.
2017-05-15 11:17:49 -06:00
* Use the included color classes instead of .btn-primary, .alert-danger, etc.
2017-07-23 20:40:14 -06:00
* Navbars need both the .navbar-inverse (or .navbar-default for lighter colors, try both and see which works for you) and .navbar-[color] classes to appear properly.
* We recommend using [Bootswatch Paper](http://bootswatch.com/paper/) (a material design Bootstrap theme) with this stylesheet. We don't test or support it on other themes, actually.