aboutsummaryrefslogtreecommitdiffhomepage
path: root/css/theme/beige.css
diff options
context:
space:
mode:
authorHakim El Hattab2012-08-12 14:30:19 -0700
committerHakim El Hattab2012-08-12 14:30:19 -0700
commit6fa17971b5b9393a38c4a93f9dda7cf4062508e0 (patch)
tree112dbd25185e7eeecb5b98c06acddac6bfa589ba /css/theme/beige.css
parent95898dc9e37046d9cd484159ed2700e89aa3abae (diff)
parent704893b38f54916c26d3b1d8427276d240584a48 (diff)
Merge pull request #106 from OwenVersteeg/patch-7
added appropriate selection color
Diffstat (limited to 'css/theme/beige.css')
-rw-r--r--css/theme/beige.css13
1 files changed, 13 insertions, 0 deletions
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