summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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%;