😎 Give your xaringan slides some style
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

21 lines
473B

  1. .title-slide, .title-slide h1, .title-slide h2, .title-slide h3 {
  2. background-color: #fff !important;
  3. color: #222 !important;
  4. }
  5. .title-slide h3 {
  6. font-family: 'Roboto Condensed', 'Avenir Next', 'Helvetica Neue', 'Helvetica', sans-serif;
  7. font-weight: 400;
  8. padding-top: 15px;
  9. font-size: 28px;
  10. }
  11. .title-slide h3:nth-of-type(2) {
  12. margin-top: 10px;
  13. font-size: 28px;
  14. }
  15. .title-slide table {
  16. padding-top: 35px !important;
  17. }
  18. .title-slide i.fa {
  19. font-size: 2em;
  20. }