From 983388070901e513d283e72567814600c1f64a67 Mon Sep 17 00:00:00 2001 From: Pat Hawks Date: Fri, 27 Dec 2013 22:37:16 -0600 Subject: [PATCH] Prevent users from selecting non-helpful code --- site/_includes/css/pygments.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_includes/css/pygments.css b/site/_includes/css/pygments.css index 408a44f3..e9a55917 100644 --- a/site/_includes/css/pygments.css +++ b/site/_includes/css/pygments.css @@ -45,7 +45,7 @@ .highlight .nx { color: #ffffff} /* Name.Other */ .highlight .py { color: #ffffff} /* Name.Property */ .highlight .nt { color: #f0e68c} /* Name.Tag */ -.highlight .nv { color: #98fb98} /* Name.Variable */ +.highlight .nv { color: #98fb98; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } /* Name.Variable */ .highlight .ow { color: #ffffff} /* Operator.Word */ .highlight .w { color: #ffffff} /* Text.Whitespace */ .highlight .mf { color: #ffffff} /* Literal.Number.Float */