Browse Source

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.
Owen Versteeg 11 years ago
parent
commit
49b3394596
1 changed files with 13 additions and 0 deletions
  1. 13 0
      css/theme/beige.css

+ 13 - 0
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