diff options
-rw-r--r-- | default.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/default.css b/default.css index 610015c..118da0d 100644 --- a/default.css +++ b/default.css @@ -35,6 +35,13 @@ mark { color: inherit; } +span.irc { + white-space: pre-wrap; +} +pre span.irc { + white-space: pre; +} + body { max-width: 130ch; padding: 0 1ch; |