summaryrefslogtreecommitdiff
path: root/css/screen.css
diff options
context:
space:
mode:
authorBrian Picciano <bgp2396@bellsouth.net>2013-10-17 18:01:01 -0400
committerBrian Picciano <bgp2396@bellsouth.net>2013-10-17 18:01:01 -0400
commitfa9f8204e9d3602a558dc7d9e27f0fc1b45e8ff3 (patch)
treee14f468754f084a03cc4640d250bd7865f3eddae /css/screen.css
parent611b2865604f2636f1cdebae1306af3e5c65f788 (diff)
fix css
Diffstat (limited to 'css/screen.css')
-rw-r--r--css/screen.css13
1 files changed, 7 insertions, 6 deletions
diff --git a/css/screen.css b/css/screen.css
index 4b5c0d4..285a1e7 100644
--- a/css/screen.css
+++ b/css/screen.css
@@ -13,7 +13,7 @@ body {
color: #222222;
line-height: 24px;
margin: 0;
- border-top: 7px solid {{ site.theme.highlight_color }};
+ border-top: 7px solid #434343;
}
h1, h2, h3, h4, h5, h6 {
@@ -47,17 +47,17 @@ ul {
}
a {
- color: {{ site.theme.highlight_color }};
+ color: #434343;
text-decoration: none;
}
a:hover {
- color: {{ site.theme.highlight_color }};
+ color: #434343;
text-decoration: underline;
}
a:visited {
- color: {{ site.theme.highlight_color }};
+ color: #434343;
}
table {
@@ -178,7 +178,7 @@ nav hr {
}
#home h2 {
- color: {{ site.theme.highlight_color }};
+ color: #434343;
}
#logo {
@@ -204,7 +204,7 @@ nav hr {
#stalker a:hover {
text-decoration: none;
- color: {{ site.theme.highlight_color }};
+ color: #434343;
}
span.icon-hn {
@@ -224,6 +224,7 @@ span.icon-hn {
.home:hover {
text-decoration: none;
+ color: #434343;
}
.disclaimer p {