diff --git a/static/css/blog.css b/static/css/blog.css index 71cb7039d0..7098e241ea 100644 --- a/static/css/blog.css +++ b/static/css/blog.css @@ -17,17 +17,12 @@ html body .region-inner { width: auto; } -a:link { - text-decoration:none; - color: #2288bb; +div a:link { +color: #326DE6; } -a:visited { - text-decoration:none; - color: #888888; -} -a:hover { - text-decoration:underline; - color: #33aaff; + +div a.widget-link { +color: #326DE6; } /* Header @@ -305,13 +300,6 @@ h3.post-title { font-size: 30px; color: #326DE6; } -* a:link, -* a:visited, -* a:hover, -* a:active { - color: #326DE6; -} - div.post-footer { display: none;