diff --git a/css/layout.css b/css/layout.css index d3387d0e..f276a857 100644 --- a/css/layout.css +++ b/css/layout.css @@ -199,6 +199,7 @@ body.stillLoading select { #bottom #logInStatus a, #bottom #logInStatus a:hover { color: #fff; + background: none; } #bottom #logInStatus a { text-decoration: underline; @@ -213,6 +214,9 @@ body.stillLoading select { #bottom #switchView { float: left; } + #bottom #switchView a { + background: none; + } #bottom .bottomTabs a { color: #fff; diff --git a/css/typography.css b/css/typography.css index 4f4da34e..14a30972 100644 --- a/css/typography.css +++ b/css/typography.css @@ -18,13 +18,14 @@ h2 { } a { - color: #162F42; + font-size: inherit; + color: #0074C6; text-decoration: underline; } a:hover { - color: #0074C6; - text-decoration: underline; + text-decoration: none; + background: #ccc; } a img { diff --git a/templates/LeftAndMain.ss b/templates/LeftAndMain.ss index 8760e8a8..8b31a880 100644 --- a/templates/LeftAndMain.ss +++ b/templates/LeftAndMain.ss @@ -52,7 +52,7 @@ <% _t('EDIT','Edit') %> | <% _t('DRAFTS','Draft Site') %> | <% _t('PUBLIS','Published Site') %> - + <% _t('ARCHS','Archived Site') %>