😎 Give your xaringan slides some style
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

5 lines
205B

  1. /* Styles for section anchors */
  2. a.anchor-section {margin-left: 10px; visibility: hidden; color: inherit;}
  3. a.anchor-section::before {content: '#';}
  4. .hasAnchor:hover a.anchor-section {visibility: visible;}