diff options
| author | Owen <despito@MacBook-Pro-de-Despito.local> | 2014-07-15 19:52:12 +0300 |
|---|---|---|
| committer | Owen <despito@MacBook-Pro-de-Despito.local> | 2014-07-15 19:52:12 +0300 |
| commit | 5cb71985cfdcf65ad76c5c3d416011a042cbf787 (patch) | |
| tree | 247b84893afe73cc94bec8a67858604bc2dc8695 /style.css | |
| parent | 335af0bbf19ef4e6454233c9b4d212ee5aaa9d0d (diff) | |
Added basic zoom feature
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -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; } |
