😎 Give your xaringan slides some style
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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;}