diff --git a/theme/static_src/src/styles.css b/theme/static_src/src/styles.css index 005f390..d74a1ca 100644 --- a/theme/static_src/src/styles.css +++ b/theme/static_src/src/styles.css @@ -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 */