Showing 2 changed files with 7 additions and 7 deletions
+6 -6
public/css/common.css
... ...
@@ -33,13 +33,13 @@ ul li {
33 33
   list-style:none;
34 34
 }
35 35
 
36
-a {
37
-  color: #67C4EE;
36
+a, a:visited {
37
+  color: #4168a3;
38 38
   text-decoration: none;
39 39
 }
40 40
 
41 41
 a:hover {
42
-  color: #33ce90;
42
+  color: inherit;
43 43
   text-decoration: underline;
44 44
 }
45 45
 
... ...
@@ -91,7 +91,7 @@ a:hover {
91 91
 .commits-count {
92 92
   margin:0;
93 93
   border: 1px solid #ddd;
94
-  border-top:3px solid #6FBA2C;
94
+  border-top:2px solid #758bad;
95 95
   margin-bottom:12px;
96 96
   box-shadow: 0 1px 6px #d9d9d9;
97 97
 }
... ...
@@ -2559,10 +2559,10 @@ button.close {
2559 2559
 
2560 2560
 .footer {
2561 2561
   text-align:center;
2562
-  border-top:1px solid #e2eae1;
2562
+  border-top:1px solid #d7dee8;
2563 2563
   padding:8px 0 10px 0;
2564 2564
   margin-top:30px;
2565
-  background:#f7f9f7;
2565
+  background:#f7f8f9;
2566 2566
   font-size:14px;
2567 2567
 }
2568 2568
 .footer a {
+1 -1
templates/include/branch_select.html.ep
... ...
@@ -145,7 +145,7 @@
145 145
             </li>
146 146
           % }
147 147
           <li>
148
-            <button class="btn btn-small <%= !$logined ? 'btn-success' : '' %>" id="btn_http"><%= $self->req->is_secure ? 'HTTPS' : 'HTTP' %></button>
148
+            <button class="btn btn-small <%= !$logined ? 'btn-info' : '' %>" id="btn_http"><%= $self->req->is_secure ? 'HTTPS' : 'HTTP' %></button>
149 149
           </li>
150 150
           <li>
151 151
             <input id="rep_url" type="text">