Skip to content
Snippets Groups Projects
Commit 72a13fcc authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

changed color for commit tag

parent c2789dae
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -366,8 +366,12 @@ body.project-page table .commit {
color:white;
}
&.commit {
background: #44aacc;
color:white;
background-image: -webkit-gradient(linear, 0 0, 0 26, color-stop(0.076, #fefefe), to(#F6F7F8));
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;
}
}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment