From 46777415681e6e3622046d175491c4af7b65e363 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Thu, 5 Mar 2015 10:49:21 +0100 Subject: remove selection color from core css --- css/reveal.css | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'css/reveal.css') diff --git a/css/reveal.css b/css/reveal.css index 43d774b..15696d3 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -33,16 +33,6 @@ body { background-color: #fff; color: #000; } -::-moz-selection { - background: #FF5E99; - color: #fff; - text-shadow: none; } - -::selection { - background: #FF5E99; - color: #fff; - text-shadow: none; } - /********************************************* * VIEW FRAGMENTS *********************************************/ -- cgit v1.2.3