From 14d2061f9e0226578a37d1d67d6f4cc9aa3a3449 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Thu, 16 Aug 2012 18:44:42 +0800 Subject: [PATCH] improve selection for whitespace --- lib/all.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/all.css b/lib/all.css index 8234d55..6af0e9a 100644 --- a/lib/all.css +++ b/lib/all.css @@ -8,7 +8,7 @@ overflow:auto; background-color:grey; /* for Chrome & Safari */ - -webkit-text-stroke-width:0.2px; + -webkit-text-stroke-width:0.13px; } #pdf-main > .p { position:relative; @@ -23,7 +23,7 @@ } .l > ._ { display:inline-block; - font-family: monospace; + color:transparent; } ::selection{ background: rgba(168,209,255,0.5);