added appropriate selection color
authorOwen Versteeg <stereotypicalapps@live.com>
Wed, 8 Aug 2012 16:03:43 +0000 (13:03 -0300)
committerOwen Versteeg <stereotypicalapps@live.com>
Wed, 8 Aug 2012 16:03:43 +0000 (13:03 -0300)
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.

css/theme/beige.css

index 35337e6e8e946eabb76c74afa03ddf8aa6c53a8a..40cf18b69321d4f98900d19138de2278233a3416 100644 (file)
@@ -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