diff --git a/modules/contextual/contextual.css b/modules/contextual/contextual.css index 93a1796..18b2563 100644 --- a/modules/contextual/contextual.css +++ b/modules/contextual/contextual.css @@ -93,7 +93,7 @@ div.contextual-links-wrapper a { text-decoration: none; } ul.contextual-links li a { - color: #333 !important; + color: #333; display: block; margin: 0.25em 0; padding: 0.25em 1em 0.25em 0.5em; diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css index c40755b..f5bb849 100644 --- a/themes/bartik/css/style.css +++ b/themes/bartik/css/style.css @@ -834,17 +834,17 @@ ul.links { /* ------------------ Footer ------------------ */ -#footer-wrapper { +#footer-wrapper .block .content { color: #c0c0c0; color: rgba(255, 255, 255, 0.65); font-size: 0.857em; } -#footer-wrapper a { +#footer-wrapper .block .content a { color: #fcfcfc; color: rgba(255, 255, 255, 0.8); } -#footer-wrapper a:hover, -#footer-wrapper a:focus { +#footer-wrapper .block .content a:hover, +#footer-wrapper .block .content a:focus { color: #fefefe; color: rgba(255, 255, 255, 0.95); text-decoration: underline;