From: Owen Versteeg Date: Wed, 8 Aug 2012 16:03:43 +0000 (-0300) Subject: added appropriate selection color X-Git-Tag: 2.0.0~30^2~1 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=49b339459649974e78f3367118fafcaf86aefd0d;p=reveal.js.git added appropriate selection color the old one was pink. while I don't have anything against pink, I just thought it might be good to make the highlight color dark brown instead. --- diff --git a/css/theme/beige.css b/css/theme/beige.css index 35337e6..40cf18b 100644 --- a/css/theme/beige.css +++ b/css/theme/beige.css @@ -42,6 +42,19 @@ body { background: radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(247,242,211,1) 100%); } +::-moz-selection { + background:rgba(79, 64, 28, 0.99); + color: white; +} +::-webkit-selection { + background:rgba(79, 64, 28, 0.99); + color: white; +} +::selection { + background:rgba(79, 64, 28, 0.99); + color: white; +} + /********************************************* * HEADERS