summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorOwen <despito@MacBook-Pro-de-Despito.local>2014-07-15 19:52:12 +0300
committerOwen <despito@MacBook-Pro-de-Despito.local>2014-07-15 19:52:12 +0300
commit5cb71985cfdcf65ad76c5c3d416011a042cbf787 (patch)
tree247b84893afe73cc94bec8a67858604bc2dc8695 /style.css
parent335af0bbf19ef4e6454233c9b4d212ee5aaa9d0d (diff)
Added basic zoom feature
Diffstat (limited to 'style.css')
-rw-r--r--style.css13
1 files changed, 6 insertions, 7 deletions
diff --git a/style.css b/style.css
index 19eddb52..740a338f 100644
--- a/style.css
+++ b/style.css
@@ -112,31 +112,30 @@ input:focus {
.link {
fill: none;
stroke: #404040;
- stroke-width: 2px;
+ stroke-width: 4px;
z-index:1;
- pointer-events: none;
}
.highlightlink {
fill: none;
stroke: #EDE275;
- stroke-width: 2px;
+ stroke-width: 4px;
z-index:1;
pointer-events: none;
}
.enterlink {
fill: none;
- stroke: #00BFFF;
- stroke-width: 2px;
+ stroke: #EDE275;
+ stroke-width: 5px;
z-index:1;
pointer-events: none;
}
.exitlink {
fill: none;
- stroke: #9AFE2E;
- stroke-width: 2px;
+ stroke: #EDE275;
+ stroke-width: 4px;
z-index:1;
pointer-events: none;
}