Browse code

FIX: farby odkazov

Cinan Rakosnik authored on 01/05/2013 at 19:23:28
Showing 1 changed files
... ...
@@ -79,6 +79,9 @@
79 79
       width: 67px;
80 80
       font-weight: normal;
81 81
       float: left;
82
+      a {
83
+        color: $status-color;
84
+      }
82 85
 
83 86
       &.editing {
84 87
         background: white;
... ...
@@ -339,6 +342,10 @@
339 339
       @extend .top-border;
340 340
     }
341 341
 
342
+    a {
343
+      color: $app-color;
344
+    }
345
+
342 346
     div {
343 347
       overflow: hidden;
344 348
       text-overflow: ellipsis;