From 143796e9745ed3af79dd6c1f491ae93767a6de59 Mon Sep 17 00:00:00 2001 From: Max Bucknell-Leahy Date: Sat, 5 Mar 2011 09:58:16 +0000 Subject: [PATCH] made highlighted text invisible --- evil.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/evil.css b/evil.css index 80ed649..18ea690 100644 --- a/evil.css +++ b/evil.css @@ -52,3 +52,12 @@ html { height: 100.1% !important; width: 100.1% !important; } + +/* make highlighted text invisible */ +::-moz-selection{ + color:rgba(0, 0, 0, 0); +} + +::selection { + color: rgba(0, 0, 0, 0); +}