diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-05-23 10:38:46 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-05-23 10:38:46 +0200 |
commit | 6593ac3d5f83ec49b168d49d7963146e67fd0e79 (patch) | |
tree | bd7612f19d199b5a19b65a9d88b65d2674d1e0a6 /css/theme | |
parent | 3483aacfa7d664520dd3e7b507de1f8418ae76f2 (diff) | |
download | fosdem-2018-presentation-6593ac3d5f83ec49b168d49d7963146e67fd0e79.tar fosdem-2018-presentation-6593ac3d5f83ec49b168d49d7963146e67fd0e79.tar.gz |
moz selection color in theme template #1575
Diffstat (limited to 'css/theme')
-rw-r--r-- | css/theme/template/theme.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/css/theme/template/theme.scss b/css/theme/template/theme.scss index 101a567..bcbaf0c 100644 --- a/css/theme/template/theme.scss +++ b/css/theme/template/theme.scss @@ -22,6 +22,12 @@ body { text-shadow: none; } +::-moz-selection { + color: $selectionColor; + background: $selectionBackgroundColor; + text-shadow: none; +} + .reveal .slides>section, .reveal .slides>section>section { line-height: 1.3; |