diff --git a/css/style.css b/css/style.css index 0793af4..42cac25 100644 --- a/css/style.css +++ b/css/style.css @@ -4,7 +4,7 @@ html { } body { - color: #ddd077; + color: #d4af37; background: #000; margin-bottom: 100px; font-family: Lucida Sans Unicode, Verdana; @@ -12,14 +12,14 @@ body { a, a:hover { text-decoration: none; - border-bottom: 1px dotted #ddd077; + border-bottom: 1px dotted #d4af37; } h3 {margin: 0;} *:focus {outline: none;} .navbar-nav > .active a { color: #555 !important; - background-color: #ddd077 !important; + background-color: #d4af37 !important; } .spacer20 {height: 20px;} @@ -31,7 +31,7 @@ h3 {margin: 0;} .navbar-default { - background-color: #ddd077; + background-color: #d4af37; color: #000; } @@ -44,7 +44,7 @@ h3 {margin: 0;} ul.nav.navbar-nav.navbar-right li a:hover, ul.nav.navbar-nav.navbar-right li.active a { border: 0; border-radius: 0; - background-color: #ddd077; + background-color: #d4af37; } .navbar a h1 {color: #444;} @@ -54,12 +54,12 @@ ul.nav.navbar-nav.navbar-right li a:hover, ul.nav.navbar-nav.navbar-right li.act display: block; text-transform: uppercase; padding: 25px 20px 25px 25px; - color: #ddd077; + color: #d4af37; } footer a, footer a:hover, .navbar a { - color: #ddd077; + color: #d4af37; text-decoration: none; border-bottom: 1px dotted #000; } @@ -68,5 +68,5 @@ footer { bottom: 0; width: 100%; position: absolute; - background: #ddd077; + background: #d4af37; }