diff --git a/app/assets/stylesheets/themes/ui_modern.scss b/app/assets/stylesheets/themes/ui_modern.scss index 03579d5819632df8dcfee73084f10d44c0423c57..d0f32a7f1406140dd5623f3d96b37779cc52cd15 100644 --- a/app/assets/stylesheets/themes/ui_modern.scss +++ b/app/assets/stylesheets/themes/ui_modern.scss @@ -31,7 +31,7 @@ * */ a { - color: #FA8B2A; + color: #E28934; &:hover { text-decoration:none; color: #f90; @@ -57,4 +57,12 @@ color:#D70; } } + + .progress .bar { + background:#D80; + } + + .back_link { + color:#D80; + } }