diff --git a/demo/css/main.css b/demo/css/main.css index f2db280..6c0440d 100644 --- a/demo/css/main.css +++ b/demo/css/main.css @@ -56,7 +56,7 @@ section.pad-section:first-of-type { padding-top: 0px; } .navbar { - background-color: #D9B4F9; } + background-color: #4C9B91; } .nav-pills > li > a { border-radius: 4px; @@ -77,7 +77,7 @@ section.pad-section:first-of-type { position: absolute; } .text-color { - color: #D9B4F9; } + color: #4C9B91; } img { max-width: 100%; } @@ -247,7 +247,7 @@ a.text-white:hover { transition: color 0.3s linear; } .navbar-nav > li > a:focus, .navbar-brand:focus { - background-color: #D9B4F9; + background-color: #4C9B91; color: white; } .navbar-nav > li > a:hover { @@ -255,10 +255,10 @@ a.text-white:hover { background-color: transparent; } .text-primary { - color: #D9B4F9; } + color: #4C9B91; } a.text-primary:hover { - color: #D9B4F9; } + color: #4C9B91; } .btn { border-width: 2px; } @@ -268,8 +268,8 @@ a.text-primary:hover { .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover { color: #fff; - background-color: #D9B4F9; - border-color: #D9B4F9; } + background-color: #4C9B91; + border-color: #4C9B91; } .btn.btn-primary:hover, .btn.btn-primary:active, @@ -290,14 +290,14 @@ a.text-primary:hover { .btn.btn-white-outline:focus { background-color: white; border-color: white; - color: #D9B4F9; + color: #4C9B91; box-shadow: none; } .btn-primary-outline { background-color: transparent; - border-color: #D9B4F9; + border-color: #4C9B91; border-width: 2px; - color: #D9B4F9; } + color: #4C9B91; } /* Large Devices, Wide Screens */ /* Medium Devices, Desktops */ diff --git a/demo/index.html b/demo/index.html index d2da2b1..c9cfbff 100644 --- a/demo/index.html +++ b/demo/index.html @@ -9,7 +9,7 @@ - + @@ -22,7 +22,7 @@
-