Website for visualizing a persons github network.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
639 B

  1. #header-bar {
  2. height: 70px;
  3. width: 100%;
  4. background-color: rgb(208, 208, 208);
  5. }
  6. #header-title {
  7. width: 30%;
  8. padding-left: 20px;
  9. font-size: 25px;
  10. }
  11. #icon {
  12. height: 60px;
  13. }
  14. #navigation {
  15. width: 70%;
  16. padding-right: 20px !important;
  17. }
  18. .nav-sep {
  19. position: relative;
  20. left: 10px;
  21. top: 6px;
  22. padding-left: 20px;
  23. border-left: 2px solid #232323;
  24. height: 30px;
  25. }
  26. a {
  27. color: #232323;
  28. text-decoration: none;
  29. }
  30. a:hover {
  31. color: rgb(57, 163, 225);
  32. text-decoration: none;
  33. }
  34. .nav-item {
  35. padding: 5px;
  36. font-size: 20px;
  37. }
  38. body {
  39. background-color: rgb(242, 242, 242);
  40. }