From 5cb71985cfdcf65ad76c5c3d416011a042cbf787 Mon Sep 17 00:00:00 2001 From: Owen Date: Tue, 15 Jul 2014 19:52:12 +0300 Subject: Added basic zoom feature --- style.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'style.css') 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; } -- cgit v1.3.1