diff --git a/browserid/static/css/style.css b/browserid/static/css/style.css index 1afd0ae2d..228a0a20d 100644 --- a/browserid/static/css/style.css +++ b/browserid/static/css/style.css @@ -130,11 +130,17 @@ header > #manageLink:hover { opacity: 1; } -a { +header a { color: #fff; text-decoration: none; } +a { + color: #666; + text-decoration: none; + border-bottom: 1px dotted #666; +} + a:hover { opacity: .6; } @@ -168,9 +174,6 @@ footer .right img { margin-bottom: -5px; } -footer a { - color: #666; -} footer .right p { text-align: right; @@ -188,12 +191,6 @@ footer .copyright { padding: 0; } -#steps a { - color: #666; - text-decoration: none; - border-bottom: 1px dotted #666; -} - .step { margin: 1em 0 2em 0; padding: 0 0 0 50px;