white color for image
[www.git] / www / style.css
index 637ea24..3963eb6 100644 (file)
@@ -27,9 +27,18 @@ footer {
         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;
 }