increase-font-numbers.patch 449 B

1234567891011121314151617181920
  1. diff --git a/css/reveal.css b/css/reveal.css
  2. index eda311e..db7bf50 100644
  3. --- a/css/reveal.css
  4. +++ b/css/reveal.css
  5. @@ -462,11 +462,11 @@ body {
  6. .reveal .slide-number {
  7. position: absolute;
  8. display: block;
  9. - right: 8px;
  10. - bottom: 8px;
  11. + right: 158px;
  12. + bottom: 15px;
  13. z-index: 31;
  14. font-family: Helvetica, sans-serif;
  15. - font-size: 12px;
  16. + font-size: 40px;
  17. line-height: 1;
  18. color: #fff;
  19. background-color: rgba(0, 0, 0, 0.4);