custom.css 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. .following.bar.light {
  2. background: #404040;
  3. color: #fff;
  4. border-bottom-color: #2e3d54;
  5. }
  6. footer {
  7. background: #404040;
  8. }
  9. .following.bar .top.menu a.item {
  10. color: #fff;
  11. }
  12. .following.bar .top.menu a.item:hover {
  13. background-color: #1e1e1e;
  14. color: #f0f0f0;
  15. }
  16. .following.bar .top.menu a.item.active {
  17. background-color: #1e1e1e;
  18. color: #f0f0f0;
  19. }
  20. .following.bar .head.link.item {
  21. color: #f0f0f0;
  22. }
  23. .following.bar .head.link.item i.octicon-triangle-down {
  24. font-size: 12px;
  25. color: #d8d5d5;
  26. }
  27. .following.bar .right.menu .dropdown .menu {
  28. border-radius: 0;
  29. }
  30. .ui.menu .ui.dropdown .menu>.item:hover,
  31. .ui.menu .ui.dropdown .menu>.selected.item {
  32. background-color: #595959 !important;
  33. color: #fff !important;
  34. border-radius: 0;
  35. }
  36. .ui.top.attached.header,
  37. .ui.vertical.menu .header.item {
  38. background-color: #666666;
  39. color: #fff;
  40. border: 0;
  41. }
  42. .ui.link.menu .item:hover,
  43. .ui.menu .dropdown.item:hover,
  44. .ui.menu .link.item:hover,
  45. .ui.menu a.item:hover {
  46. color: #fff !important;
  47. border-radius: 0;
  48. }
  49. .ui.secondary.vertical.filter.menu .item:hover,
  50. .ui.vertical.menu.navbar .item:hover,
  51. .ui.dropdown.type.jump.item:hover,
  52. .ui.three.item.tabable.menu .item:hover,
  53. .ui.tabular.menu .item:hover {
  54. color: #27262e !important;
  55. }
  56. .ui.vertical.menu .active.item {
  57. background-color: rgba(0,0,0,.15) !important;
  58. }