πŸ“¦ ftnext / sphinx-playground

πŸ“„ index.css Β· 10 lines
1
2
3
4
5
6
7
8
9
10/* 
 * Tweak macneko's footnote-external-link
 */
@media print {
  /* URL γ§γ―θ„šζ³¨η•ͺε·γŒι€²γΎγͺγ„γ‚ˆγ†γ«γ™γ‚‹ */
  :not(.footnote) > a[href^='http'] {
    counter-increment: none;
  }
}