added footer
[www.git] / www / style.css
index 14d1e66..37bd324 100644 (file)
@@ -21,6 +21,14 @@ nav {
     color: #9d9d9d;
 }
 
+footer {
+        margin: 0;
+        padding: 1em;
+        display: block;
+        background-color: #1c1c1c;
+        color: #9d9d9d;        
+}
+
 h1 {
         font-size: 250%;
         font-weight: bold;
@@ -79,6 +87,11 @@ nav a, nav a:hover, nav a:visited {
        color: inherit;
 }
 
+h1 a, h1 a:hover, h1 a:visited {
+        text-decoration: none;
+        color: inherit;
+}
+
 nav a:hover {
         border-bottom-style: solid;
         border-bottom-width: 2px;