aboutsummaryrefslogtreecommitdiff
path: root/css/theme/solarized.css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2016-05-23 10:36:54 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2016-05-23 10:36:54 +0200
commit3483aacfa7d664520dd3e7b507de1f8418ae76f2 (patch)
tree1650dde7bb9a35541f2c707f23da3923cb164182 /css/theme/solarized.css
parent2503b1a2e8281e980de31d8e9360bc7cdefbc1b8 (diff)
parentd1a3656108ef0872f2a1179bcb87aa035d60b378 (diff)
downloadfreenode-live-2017-presentation-3483aacfa7d664520dd3e7b507de1f8418ae76f2.tar
freenode-live-2017-presentation-3483aacfa7d664520dd3e7b507de1f8418ae76f2.tar.gz
Merge pull request #1575 from aniqah/firefox-selection-colour
Add selection colour for Mozilla Firefox
Diffstat (limited to 'css/theme/solarized.css')
-rw-r--r--css/theme/solarized.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/theme/solarized.css b/css/theme/solarized.css
index b4d4d4b..44771dc 100644
--- a/css/theme/solarized.css
+++ b/css/theme/solarized.css
@@ -29,6 +29,11 @@ body {
background: #d33682;
text-shadow: none; }
+::-moz-selection {
+ color: #fff;
+ background: #d33682;
+ text-shadow: none; }
+
.reveal .slides > section,
.reveal .slides > section > section {
line-height: 1.3;