diff --git a/static/css/hl.css b/static/css/hl.css index ce16fe6..dd279d8 100644 --- a/static/css/hl.css +++ b/static/css/hl.css @@ -34,6 +34,31 @@ h2 { color:#6e618d; } +.footer { + background-color:#323232; + color:#999; + position:absolute; + bottom:0; + width:100%; + height:4em; + line-height:2em; +} + +.footer p { + margin-top:1em; + font-size:13px; +} + +.logo { + font-family:haskell; + font-weight:400; +} + + +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + Navigation + */ + .navbar { background-color:#352f44; border-radius:0; @@ -51,11 +76,6 @@ h2 { color:#fff; } -.logo { - font-family:haskell; - font-weight:400; -} - .navbar-header .navbar-brand:hover { color:#fff; } @@ -76,19 +96,21 @@ h2 { background-color:inherit; } -.footer { - background-color:#323232; - color:#999; - position:absolute; - bottom:0; - width:100%; - height:4em; - line-height:2em; +.navbar a:hover { + color: #c3a6e0; } -.footer p { - margin-top:1em; - font-size:13px; +.navbar > div > .collapse { + display: block; + margin-left: -15px; +} + +.navbar-default .navbar-collapse, .navbar-default .navbar-form { + border: 0; +} + +.navbar-collapse .active > a { + border: 0 !important; } /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *