Loading md_to_docx_converter/customCSS.css +58 −0 Original line number Diff line number Diff line Loading @@ -1204,6 +1204,7 @@ code > span.in { } } /*lists highlighting*/ /* li p { background-color: rgb(255,0,0); Loading Loading @@ -1231,3 +1232,60 @@ code span.er { table.no-table-stripes tbody tr { background-color: #fff !important; } @media (prefers-color-scheme: dark) { table tr, body { color: white; background: #3e484f; } h1, h2, h3, h4, h5, h6 { color: rgb(191, 227, 255); } td:has(.TAN), .NO { background-color: #416b88; } th:has(.TAH) { background-color: #4f90bd; } a { color: rgb(191, 227, 255); } .HTML-Keyboard, b, strong { color: white; } .HTML-Code { color: #c6f3ff; } pre { background-color: #f9f9f9; border-color: #1a1a1a; } .HTML-Error { color: #fb97a1 } .bg-striped-row { background-color: rgb(102, 101, 101) !important; } table.no-table-stripes tbody tr { background-color: #3e484f; } } Loading
md_to_docx_converter/customCSS.css +58 −0 Original line number Diff line number Diff line Loading @@ -1204,6 +1204,7 @@ code > span.in { } } /*lists highlighting*/ /* li p { background-color: rgb(255,0,0); Loading Loading @@ -1231,3 +1232,60 @@ code span.er { table.no-table-stripes tbody tr { background-color: #fff !important; } @media (prefers-color-scheme: dark) { table tr, body { color: white; background: #3e484f; } h1, h2, h3, h4, h5, h6 { color: rgb(191, 227, 255); } td:has(.TAN), .NO { background-color: #416b88; } th:has(.TAH) { background-color: #4f90bd; } a { color: rgb(191, 227, 255); } .HTML-Keyboard, b, strong { color: white; } .HTML-Code { color: #c6f3ff; } pre { background-color: #f9f9f9; border-color: #1a1a1a; } .HTML-Error { color: #fb97a1 } .bg-striped-row { background-color: rgb(102, 101, 101) !important; } table.no-table-stripes tbody tr { background-color: #3e484f; } }