We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5dcddb commit f547c36Copy full SHA for f547c36
src/index.js
@@ -6,7 +6,7 @@ $(document).ready(function() {
6
var checkPosition = false;
7
8
if (scrollPosition >= 1000 && !checkPosition) {
9
- $("#navbar").css("background", "#222");
+ $("#navbar").css("background", "#dddddd");
10
checkPosition = true;
11
} else if (scrollPosition < 1000) {
12
$("#navbar").css("background-color", "transparent");
stylesheets/stylesheet.css
@@ -21,6 +21,10 @@ html, body {
21
transition: all 0.8s ease;
22
}
23
24
+.navbar-inverse .btn-link {
25
+ /*color: #9d9d9d;*/
26
+}
27
+
28
.navbar-right a {
29
font-size: 1.8em;
30
0 commit comments