Showing 3 changed files with 21 additions and 21 deletions
+19 -19
public/css/common.css
... ...
@@ -24,6 +24,25 @@
24 24
     color:#767676
25 25
 */
26 26
 
27
+ul {
28
+  padding: 0;
29
+  margin: 0;;
30
+}
31
+
32
+ul li {
33
+  list-style:none;
34
+}
35
+
36
+a {
37
+  color: #33ce90;
38
+  text-decoration: none;
39
+}
40
+
41
+a:hover {
42
+  color: #004CCA;
43
+  text-decoration: underline;
44
+}
45
+
27 46
 * {
28 47
   margin:0;
29 48
   padding:0;
... ...
@@ -1282,25 +1301,6 @@ body {
1282 1301
   border:0 none
1283 1302
 }
1284 1303
 
1285
-ul {
1286
-  padding: 0;
1287
-  margin: 0;;
1288
-}
1289
-
1290
-ul li {
1291
-  list-style:none;
1292
-}
1293
-
1294
-a {
1295
-  color: #004CCA;
1296
-  text-decoration: none;
1297
-}
1298
-
1299
-a:hover {
1300
-  color: #004CCA;
1301
-  text-decoration: underline;
1302
-}
1303
-
1304 1304
 /* icon */
1305 1305
 [class^="icon-"],
1306 1306
 [class*=" icon-"] {
+1 -1
templates/include/blob_diff_body.html.ep
... ...
@@ -118,7 +118,7 @@
118 118
                   $border_color = '#e4e4ff';
119 119
                   $bk_color = '#f8f8ff';
120 120
                 } elsif ($value =~ /^\+/) {
121
-                  $bk_color_line = '#bdf9f8';
121
+                  $bk_color_line = '#c9fffe';
122 122
                   $border_color = '#9de8e6';
123 123
                   $bk_color = '#edfffe';
124 124
                 } elsif ($value =~ /^-/) {
+1 -1
templates/include/diff_status_bar.html.ep
... ...
@@ -50,7 +50,7 @@
50 50
 
51 51
 <<%= $tag %> title="<%= $diff_count_text %>" style="text-decoration:none;display:inline-block;overflow:none;" href="#<%= $fragment %>">
52 52
   % for (my $i = 0; $i < $add_block_count; $i++) {
53
-    <div style="display:inline-block;background:#6cc644;width:8px;height:9px;float:left;margin:1px"></div>
53
+    <div style="display:inline-block;background:#1b97f7;width:8px;height:9px;float:left;margin:1px"></div>
54 54
   % }
55 55
   % for (my $i = 0; $i < $delete_block_count; $i++) {
56 56
     <div style="display:inline-block;background:#bd2c00;width:8px;height:9px;float:left;margin:1px"></div>