Advertisement
Guest User

Untitled

a guest
Mar 1st, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. /* Undo color saturation changes made on 2017-03-01 */
  2.  
  3. a, table.files td.icon .octicon-file-directory {
  4. color: #4183c4;
  5. }
  6.  
  7. .commit-tease {
  8. background-color: #f2f9fc;
  9. border: 1px solid #c9e6f2;
  10. }
  11.  
  12. .btn-primary {
  13. background-color: #6cc644;
  14. background-image: linear-gradient(#91dd70, #55ae2e);
  15. border: 1px solid #5aad35;
  16. }
  17.  
  18. .btn-primary:hover {
  19. background-color: #55a532;
  20. background-image: linear-gradient(#85d063, #4f992f);
  21. border-color: #519d30;
  22. }
  23.  
  24. .reponav-item.selected {
  25. border-color: #d26911 #e5e5e5 transparent;
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement