From 181c5ceaa74e3c1491be097622063ca943f135e1 Mon Sep 17 00:00:00 2001 From: Thomas Levine Date: Mon, 8 Oct 2012 10:47:12 -0400 Subject: [PATCH] selection non-color --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index a86d96d..129bfd1 100644 --- a/css/style.css +++ b/css/style.css @@ -40,10 +40,10 @@ body { margin: 0; font-size: 1em; line-height: 1.4; } * Remove text-shadow in selection highlight: h5bp.com/i * These selection declarations have to be separate * Also: hot pink! (or customize the background color to match your design) - */ ::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; } ::selection { background: #fe57a1; color: #fff; text-shadow: none; } + */ /* =============================================================================