From 0494cd14069c47bb90f7f05044e5ded068f6340e Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Mon, 23 Jul 2012 18:56:21 +0200 Subject: [PATCH] remove the selection color in the default theme --- pelican/themes/notmyidea/static/css/main.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/pelican/themes/notmyidea/static/css/main.css b/pelican/themes/notmyidea/static/css/main.css index 0648bf2e..b21445c2 100644 --- a/pelican/themes/notmyidea/static/css/main.css +++ b/pelican/themes/notmyidea/static/css/main.css @@ -70,9 +70,6 @@ p {margin-bottom: 1.143em;} strong, b {font-weight: bold;} em, i {font-style: italic;} -::-moz-selection {background: #F6CF74; color: #fff;} -::selection {background: #F6CF74; color: #fff;} - /* Lists */ ul { list-style: outside disc;