Guest User

Untitled

a guest
Mar 22nd, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. .node {
  2. font: 300 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
  3. fill: #bbb;
  4. }
  5.  
  6. .node:hover {
  7. fill: #000;
  8. }
  9.  
  10. .link {
  11. stroke: steelblue;
  12. stroke-opacity: 0.4;
  13. fill: none;
  14. pointer-events: none;
  15. }
  16.  
  17. .node:hover,
  18. .node--source,
  19. .node--target {
  20. font-weight: 700;
  21. }
  22.  
  23. .node--source {
  24. fill: #2ca02c;
  25. }
  26.  
  27. .node--target {
  28. fill: #d62728;
  29. }
  30.  
  31. .link--source,
  32. .link--target {
  33. stroke-opacity: 1;
  34. stroke-width: 2px;
  35. }
  36.  
  37. .link--source {
  38. stroke: #d62728;
  39. }
  40.  
  41. .link--target {
  42. stroke: #2ca02c;
  43. }
Add Comment
Please, Sign In to add comment