top margin for the footer
[www.git] / www / style.css
index 139da98..7a965e7 100644 (file)
@@ -23,6 +23,7 @@ nav {
 
 footer {
         margin: 0;
+        margin-top: 1em;
         padding: 1em;
         display: block;
         background-color: #1c1c1c;
@@ -38,7 +39,7 @@ footer a:hover {
         text-decoration: underline;
 }
 
-footer a, footer a:visited, footer a:hover {
+footer a, footer a:visited, footer a:hover, footer i {
         color: white;
 }