aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorOwen Versteeg <stereotypicalapps@live.com>2012-08-08 13:03:43 -0300
committerOwen Versteeg <stereotypicalapps@live.com>2012-08-08 13:03:43 -0300
commit49b339459649974e78f3367118fafcaf86aefd0d (patch)
treee627ad037f9fa0a7ce817578552549ca415ecf97 /css
parentac33c51ecac4bc4e708655cdbeae17c3548f901d (diff)
downloadfosdem-2018-presentation-49b339459649974e78f3367118fafcaf86aefd0d.tar
fosdem-2018-presentation-49b339459649974e78f3367118fafcaf86aefd0d.tar.gz
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.
Diffstat (limited to '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