diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-10-29 11:59:26 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-10-29 11:59:26 +0100 |
commit | 0e779edb20e2c14f66a7bce4451321ef22fa8898 (patch) | |
tree | 33045c0f6b1210230f428d5ac4cb9a665e2aa84b /css/theme/serif.css | |
parent | 0198d74391f1513e16f3722d9afc003f868416e5 (diff) | |
download | fosdem-2018-presentation-0e779edb20e2c14f66a7bce4451321ef22fa8898.tar fosdem-2018-presentation-0e779edb20e2c14f66a7bce4451321ef22fa8898.tar.gz |
slide numbers work in pdf exports, update slide number style
Diffstat (limited to 'css/theme/serif.css')
-rw-r--r-- | css/theme/serif.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/css/theme/serif.css b/css/theme/serif.css index 2817e0f..736c0b5 100644 --- a/css/theme/serif.css +++ b/css/theme/serif.css @@ -284,9 +284,3 @@ body { -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } - -/********************************************* - * SLIDE NUMBER - *********************************************/ -.reveal .slide-number { - color: #51483D; } |