From 02bba5be19cbebd8113b260b705e68cebf916469 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sun, 28 Jan 2018 18:17:46 -0700 Subject: [PATCH] Update readme --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c7f10bf..870cd6f 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,9 @@ # Material-Color -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). +Additional color classes for Bootstrap 4. Based on the [Material Design palette](https://material.io/guidelines/style/color.html#color-color-palette). ## Notes: * Link this CSS after you link to Bootstrap.css. * Use the included color classes instead of .btn-primary, .alert-danger, etc. -* 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. +* Navbars need .navbar-dark or .navbar-light to appear properly, choose according to your colors. +* We recommend using [Bootswatch Materia](https://bootswatch.com/materia/) (a material design Bootstrap theme) with this stylesheet.