Commit 72a13fcc authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

changed color for commit tag

parent c2789dae
...@@ -366,8 +366,12 @@ body.project-page table .commit { ...@@ -366,8 +366,12 @@ body.project-page table .commit {
color:white; color:white;
} }
&.commit { &.commit {
background: #44aacc; background-image: -webkit-gradient(linear, 0 0, 0 26, color-stop(0.076, #fefefe), to(#F6F7F8));
color:white; background-image: -webkit-linear-gradient(#fefefe 7.6%, #F6F7F8);
background-image: -moz-linear-gradient(#fefefe 7.6%, #F6F7F8);
background-image: -o-linear-gradient(#fefefe 7.6%, #F6F7F8);
color: #777;
border: 1px solid #DEDFE1;
} }
} }
......
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