summaryrefslogtreecommitdiff
path: root/html_template/unbiased.css
diff options
context:
space:
mode:
authorssstvinc2 <sstvinc2@gmail.com>2017-02-19 23:22:00 -0500
committerssstvinc2 <sstvinc2@gmail.com>2017-02-19 23:22:00 -0500
commitecf7fdbbd56d6af3b78e346ce8263509c7f17212 (patch)
treeac6ba33232e9b16add9c2eece603eeb8361c2269 /html_template/unbiased.css
parent2fd697d3082f71066a871a85bf7a017b1bf716f4 (diff)
fixed issue where links would also pop open a new instance of homepage
Diffstat (limited to 'html_template/unbiased.css')
-rwxr-xr-xhtml_template/unbiased.css9
1 files changed, 8 insertions, 1 deletions
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{