From ecf7fdbbd56d6af3b78e346ce8263509c7f17212 Mon Sep 17 00:00:00 2001 From: ssstvinc2 Date: Sun, 19 Feb 2017 23:22:00 -0500 Subject: fixed issue where links would also pop open a new instance of homepage --- html_template/unbiased.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'html_template/unbiased.css') diff --git a/html_template/unbiased.css b/html_template/unbiased.css index c0bb121..cc6ed45 100755 --- a/html_template/unbiased.css +++ b/html_template/unbiased.css @@ -12,7 +12,11 @@ body{ a:link, a:visited, a:hover, a:active { color: #00f; text-decoration:none; - } + } + +a:hover{ + cursor:pointer; +} #page-header{ width:100%; @@ -117,6 +121,7 @@ a:link, a:visited, a:hover, a:active { font-weight:bold; font-size:1.35em; margin:10px 10px 0; + color:#00f; } .top-stories-desc{ @@ -172,6 +177,7 @@ a:link, a:visited, a:hover, a:active { float:left; width:300px; margin-left:10px; + color:#00f; } @media only screen and (max-width:500px){ @@ -200,6 +206,7 @@ a:link, a:visited, a:hover, a:active { .bottom-story{ padding:15px 0; + color:#00f; } #sources{ -- cgit v1.2.3