Skip to content

Commit

Permalink
Create style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
akdeo authored Oct 22, 2016
1 parent b6c72b6 commit a393dd3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions stylesheets/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
circle.node {
cursor: pointer;
stroke: #CCCCCC;
stroke-width: 0px;
box-sizing: border-box;
stroke-location: inside;
}

text.title {
font: 13px tahoma;
}

line.link {
fill: none;
stroke: #C1C1C1;
stroke-width: 1px;
}

0 comments on commit a393dd3

Please sign in to comment.