diff --git a/contrib/static/tomorrow.css b/contrib/static/tomorrow.css index b4e182d..9379b51 100644 --- a/contrib/static/tomorrow.css +++ b/contrib/static/tomorrow.css @@ -9,6 +9,11 @@ body padding-right: 4px; } +.post_body > pre { + color: #DADADA; +} + + main, aside, section @@ -640,4 +645,4 @@ img#nntpchan_banner { .post:target { background-color: #2c2d3e; box-shadow: 0px 0px 10px 2px; -} \ No newline at end of file +}