diff options
| -rwxr-xr-x | css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css index f7bd960..53721a0 100755 --- a/css/style.css +++ b/css/style.css @@ -126,7 +126,7 @@ pre .codeline span { -moz-user-select: none; -khtml-user-select: none; user-select: none; - + cursor: default; } pre .codeline span:hover { |
