summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorerdgeist <erdgeist@bauklotz.fritz.box>2016-08-07 03:48:43 +0200
committererdgeist <erdgeist@bauklotz.fritz.box>2016-08-07 03:48:43 +0200
commit8865b7e2ca4831087f0bea79a23fd6527394fb9d (patch)
treecd4b0a6c21ec91fb9bcb2b23845b19b0d6b36912 /style.css
parent5e29cd573ab137b68a4a15e99cf1b17e2332a03f (diff)
Footer has no special link colors
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/style.css b/style.css
index 40ec6f6..f166564 100644
--- a/style.css
+++ b/style.css
@@ -220,6 +220,7 @@ ul {
220 220
221.footer { 221.footer {
222 background-color: #4A5D67; 222 background-color: #4A5D67;
223 color: #8E99A0;
223 font-size: 0.8em; 224 font-size: 0.8em;
224 margin-left: 0; 225 margin-left: 0;
225 margin-right: 0; 226 margin-right: 0;
@@ -237,6 +238,11 @@ ul {
237 margin-top: 0px; 238 margin-top: 0px;
238} 239}
239 240
241.footer a:link,
242.footer a:visited {
243 color: #8E99A0;
244}
245
240.clear { 246.clear {
241 clear: both; 247 clear: both;
242 width: 100%; 248 width: 100%;