summaryrefslogtreecommitdiffstats
path: root/webroot/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'webroot/css/style.css')
-rw-r--r--webroot/css/style.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/webroot/css/style.css b/webroot/css/style.css
index 64fe2c6..d3c13f5 100644
--- a/webroot/css/style.css
+++ b/webroot/css/style.css
@@ -150,10 +150,9 @@ label, input[type=button], input[type=submit], button { cursor: pointer; }
/* These selection declarations have to be separate.
- No text-shadow: twitter.com/miketaylr/status/12228805301
- Also: hot pink. */
-::-moz-selection { background: #FF5E99; color:#fff; text-shadow: none; }
-::selection { background:#FF5E99; color:#fff; text-shadow: none; }
+ No text-shadow: twitter.com/miketaylr/status/12228805301 */
+::-moz-selection { background: #69c; color:#fff; text-shadow: none; }
+::selection { background: #69c; color:#fff; text-shadow: none; }
/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }