diff --git a/src/index.js b/src/index.js index e74d08c..0423c59 100644 --- a/src/index.js +++ b/src/index.js @@ -6,7 +6,7 @@ $(document).ready(function() { var checkPosition = false; if (scrollPosition >= 1000 && !checkPosition) { - $("#navbar").css("background", "#222"); + $("#navbar").css("background", "#dddddd"); checkPosition = true; } else if (scrollPosition < 1000) { $("#navbar").css("background-color", "transparent"); diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css index 0409535..469a4a8 100644 --- a/stylesheets/stylesheet.css +++ b/stylesheets/stylesheet.css @@ -21,6 +21,10 @@ html, body { transition: all 0.8s ease; } +.navbar-inverse .btn-link { + /*color: #9d9d9d;*/ +} + .navbar-right a { font-size: 1.8em; }