diff options
author | Aniqah Mair <aniqah.mair@gmail.com> | 2016-04-27 14:50:03 -0400 |
---|---|---|
committer | Aniqah Mair <aniqah.mair@gmail.com> | 2016-04-27 14:50:03 -0400 |
commit | d1a3656108ef0872f2a1179bcb87aa035d60b378 (patch) | |
tree | 47c62941c9fced94152445389c95102dc51e91f3 /css/theme/solarized.css | |
parent | 539e774d31f91676bcc3f75e28168921cd27d819 (diff) | |
download | fosdem-2018-presentation-d1a3656108ef0872f2a1179bcb87aa035d60b378.tar fosdem-2018-presentation-d1a3656108ef0872f2a1179bcb87aa035d60b378.tar.gz |
Add selection colour for Mozilla Firefox
Defines the highlight colour when selecting slide content using Mozilla
Firefox to match other browsers, instead of being the default colour.
Diffstat (limited to 'css/theme/solarized.css')
-rw-r--r-- | css/theme/solarized.css | 5 |
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; |