From 22e1b565ae5c65ae4628fc5ab8814aae71e298b2 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Sat, 8 Aug 2020 01:06:20 +0200 Subject: [PATCH] Update styles --- static/styles.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/static/styles.css b/static/styles.css index 6637598..c8bcbfa 100644 --- a/static/styles.css +++ b/static/styles.css @@ -35,7 +35,7 @@ body { color: #444; font-family: sans-serif; background-color: #9dd3f0; - background-image: url('/assets/img/background.svg'); + background-image: url('/static/img/background.svg'); background-repeat: repeat; background-size: 512px; background-position: -16px -16px; @@ -163,13 +163,17 @@ a.bigBtn { ul { list-style: "- "; } +pre { + white-space: pre-wrap; +} code { display: block; padding: 8px; background-color: #eee; border: solid 1px #ddd; user-select: all; - word-break: break-all; + word-break: break-word; + /* word-break: break-all; */ } textarea { width: 100%;