Showing 1 changed files with 3 additions and 7 deletions
+3 -7
public/css/common.css
... ...
@@ -2560,19 +2560,15 @@ button.close {
2560 2560
 
2561 2561
 .footer {
2562 2562
   text-align:center;
2563
-  border-top:2px solid #479A05;
2563
+  border-top:1px solid #e2eae1;
2564 2564
   padding:8px 0 10px 0;
2565 2565
   margin-top:30px;
2566
-  background:#5AAE08;
2567
-  color:white;
2568
-  font-size:16px;
2566
+  background:#f7f9f7;
2567
+  font-size:14px;
2569 2568
 }
2570 2569
 .footer a {
2571
-  color:white;
2572
-  text-decoration:underline;
2573 2570
 }
2574 2571
 .footer a:hover {
2575
-  color:white;
2576 2572
 }
2577 2573
 
2578 2574
 .repositories {