pygments css: remove stuff related to background colors

pygments can do the foreground, bu let me (tailwind) take care of the backgrounds please
This commit is contained in:
Klaas van Schelven
2024-04-03 10:53:18 +02:00
parent 90197fccc1
commit d3afb83dec

View File

@@ -112,12 +112,6 @@ with open("useme.css", 'w') as f:
```
*/
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.syntax-coloring .hll { background-color: #ffffcc }
.syntax-coloring { background: #f8f8f8; }
.syntax-coloring .c { color: #3D7B7B; font-style: italic } /* Comment */
.syntax-coloring .err { border: 1px solid #FF0000 } /* Error */
.syntax-coloring .k { color: #008000; font-weight: bold } /* Keyword */