😎 Give your xaringan slides some style
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

21 line
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. }