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/blood.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/blood.css')
-rw-r--r-- | css/theme/blood.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/css/theme/blood.css b/css/theme/blood.css index 84d7d9e..e035ab6 100644 --- a/css/theme/blood.css +++ b/css/theme/blood.css @@ -288,12 +288,6 @@ body { -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: #a23; } - .reveal p { font-weight: 300; text-shadow: 1px 1px #222; } |