diff --git a/favicon.ico b/favicon.ico index 1f12708..a9f8b8e 100644 Binary files a/favicon.ico and b/favicon.ico differ diff --git a/img/Dallas_Skyline.svg b/img/Dallas_Skyline.svg index 3b0fa1f..ce6af7a 100644 --- a/img/Dallas_Skyline.svg +++ b/img/Dallas_Skyline.svg @@ -50,14 +50,14 @@ transform="matrix(1.25,0,0,-1.25,-48.689762,887.77594)"> \ No newline at end of file diff --git a/img/landingIcon.svg b/img/landingIcon.svg new file mode 100644 index 0000000..71b105d --- /dev/null +++ b/img/landingIcon.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index b001d01..e9068a2 100644 --- a/index.html +++ b/index.html @@ -89,7 +89,7 @@

Learn To Code With Your Neighbors

- +
Dallas Skyline diff --git a/style.css b/style.css index c7d50eb..a78c912 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,7 @@ body { padding-top: 70px; font-family: 'Lato', sans-serif; - background: #006400; + background: #0a0a23; } .spacer { @@ -12,7 +12,7 @@ body { /*Navigation Bar Color*/ .navbar { - background-color: #006400; + background-color: #0a0a23; } @@ -35,8 +35,9 @@ body { font-size: 20px; } -.navbar-default .navbar-nav>li>a:hover { - color: #006400; +.navbar-default .navbar-nav>li>a:hover, +.navbar-default .navbar-nav>li>a:focus { + color: #0a0a23; background: #fff; } @@ -52,14 +53,14 @@ body { .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background-color: #fff; - color: #006400; + color: #0a0a23; } /*Main Area*/ .mainarea { - background: #006400; + background: #0a0a23; text-align: center; color: #fff; margin: 0;