a18179a25820fc084522e33fee31a89c8100d145
custom.css
... | ... | @@ -23,4 +23,10 @@ |
23 | 23 | .bg-green-light { |
24 | 24 | background-color: darkgreen !important; |
25 | 25 | } |
26 | + .markdown-body table tr { |
|
27 | + background: #000; |
|
28 | + } |
|
29 | + .markdown-body table tr:nth-child(2n) { |
|
30 | + background: #222; |
|
31 | + } |
|
26 | 32 | } |
... | ... | \ No newline at end of file |