Commit 4d149ac8 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Dark color for group name at header. Better name for activity

parent 2864aca4
......@@ -155,7 +155,10 @@ header {
}
.project_name {
a {
color: #FFF;
color: #DDD;
&:hover {
color: #FFF;
}
}
color: #fff;
text-shadow: 0 1px 1px #444;
......
......@@ -14,7 +14,7 @@
%small member since #{@user.created_at.stamp("Nov 12, 2031")}
.clearfix
%hr
%h5 Recent events
%h5 User Activity:
= render @events
.span4
= render 'profile', user: @user
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment