Commit 40af6e1ad2870f9c97a0354d80cd30871a546835

Authored by Dmitriy Zaporozhets
1 parent 6fa95a3d

few improvements for ui

Showing 1 changed file with 9 additions and 1 deletions   Show diff stats
app/assets/stylesheets/themes/ui_modern.scss
... ... @@ -31,7 +31,7 @@
31 31 *
32 32 */
33 33 a {
34   - color: #FA8B2A;
  34 + color: #E28934;
35 35 &:hover {
36 36 text-decoration:none;
37 37 color: #f90;
... ... @@ -57,4 +57,12 @@
57 57 color:#D70;
58 58 }
59 59 }
  60 +
  61 + .progress .bar {
  62 + background:#D80;
  63 + }
  64 +
  65 + .back_link {
  66 + color:#D80;
  67 + }
60 68 }
... ...