Revision 595fb8cd23ce5e8b820d07461f2b90fc09e58af6 authored by Jesper Nielsen on 09 May 2022, 15:06:43 UTC, committed by GitHub on 09 May 2022, 15:06:43 UTC
1 parent 4317f56
Raw File
pydata-custom.css
/*Tweaks to the Pydata default CSS */

/*No yellow background highlight when targeted by summary tables */
/*dt:target { background-color: #f8f8f8; border: 1px solid black, }*/
dt:target { background: transparent;}
/*More space between H1s and signatures in API reference*/
h1 { margin-bottom: 40px; }

/*No line underneath summary table headings (clashes with line above first member)*/
p.rubric { border-bottom: 0px; }
back to top