top margin for the footer
[www.git] / www / style.css
index 637ea24..7a965e7 100644 (file)
@@ -23,13 +23,23 @@ nav {
 
 footer {
         margin: 0;
+        margin-top: 1em;
         padding: 1em;
         display: block;
         background-color: #1c1c1c;
         color: #9d9d9d;
+        font-size: 80%;
 }
 
-footer a, footer a:visited, footer a:hover {
+footer a, footer a:visited {
+        text-decoration: none;
+}
+
+footer a:hover {
+        text-decoration: underline;
+}
+
+footer a, footer a:visited, footer a:hover, footer i {
         color: white;
 }