diff --git a/site/_includes/css/pygments.css b/site/_includes/css/pygments.css index 408a44f3..5fe679f4 100644 --- a/site/_includes/css/pygments.css +++ b/site/_includes/css/pygments.css @@ -68,3 +68,5 @@ .highlight .vg { color: #98fb98} /* Name.Variable.Global */ .highlight .vi { color: #98fb98} /* Name.Variable.Instance */ .highlight .il { color: #ffffff} /* Literal.Number.Integer.Long */ + +.highlight .bash .nv {-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } diff --git a/site/_includes/css/style.css b/site/_includes/css/style.css index 049ee115..6b0339ea 100644 --- a/site/_includes/css/style.css +++ b/site/_includes/css/style.css @@ -289,10 +289,20 @@ body > footer a:hover img { .quickstart .code .path { color: #87ceeb; + -webkit-user-select: none; /* Chrome all / Safari all */ + -moz-user-select: none; /* Firefox all */ + -ms-user-select: none; /* IE 10+ */ + -o-user-select: none; + user-select: none; } .quickstart .code .prompt { color: #cd5c5c; + -webkit-user-select: none; /* Chrome all / Safari all */ + -moz-user-select: none; /* Firefox all */ + -ms-user-select: none; /* IE 10+ */ + -o-user-select: none; + user-select: none; } .quickstart .code .command {