summaryrefslogtreecommitdiff
path: root/res/css/style.css
diff options
context:
space:
mode:
authorgarbash <dor.garbash@gmail.com>2014-12-02 14:46:53 +0200
committergarbash <dor.garbash@gmail.com>2014-12-02 14:46:53 +0200
commit9fb41136e9620d60dc23bb5f44ed44ab88f9a2a9 (patch)
treef527bf1ed109abeb37c1b465b1bc703f505e78b8 /res/css/style.css
parent77f57c0e7a008b6fc2ed0dc7c4ba4054690f5fc1 (diff)
Changed text colour for nodes and edges
Diffstat (limited to 'res/css/style.css')
-rw-r--r--res/css/style.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/res/css/style.css b/res/css/style.css
index 40076cf3..bac33349 100644
--- a/res/css/style.css
+++ b/res/css/style.css
@@ -149,25 +149,24 @@ table {
background-color: #f5f5fa; }
.node {
- stroke: #fff;
stroke-width: 1px;
font-size: 16px;
z-index: 100; }
.circle {
- stroke: #fff;
+ stroke: #f5f5fa;
stroke-width: 1.5px;
z-index: 100;
pointer-events: all;
box-shadow: 0 0 0px #FFFF8F; }
.nodetext {
- fill: #FFFFFF;
+ fill: #363636;
font-size: 17px;
z-index: 3; }
.linklabel {
- stroke: #EEEEEE;
+ stroke: #363636;
font-size: 14px; }
.link {