docs: Stop including main css in pygments.css

This led to pydoctheme.css being included *twice*, which led to
everything it included being included twice, which was annoying in
firefox when playing with the styles.

I don't *think* it had any performance impact?
This commit is contained in:
Fabian Homborg 2021-05-28 20:08:24 +02:00
parent 470258ffd1
commit eed2173860

View File

@ -1,5 +1,3 @@
@import "pydoctheme.css";
.highlight .hll { background-color: #ffffcc }
.highlight { background: #f8f8f8; }
.highlight .c { color: #8f5902; } /* Comment */