From 5e464c5ae78b094d483046233dd1889be2b3548f Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sun, 23 Jul 2017 20:40:14 -0600 Subject: [PATCH] Update 'README.md' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2765166..f6dca3e 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,5 @@ Additional color classes for Bootstrap 3. Based on the [Material Design 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 and .navbar-[color] classes to appear properly. -* We recommend using the [Bootswatch Paper](http://bootswatch.com/paper/) theme with this stylesheet. We don't test or support it on other themes, actually. \ No newline at end of file +* 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. \ No newline at end of file