From 9b25a0b93adf34c01af5233bad7b3c965afef103 Mon Sep 17 00:00:00 2001 From: Jake Charman Date: Sun, 8 Jun 2025 15:59:49 +0100 Subject: [PATCH] Changes for code blocks --- src/static/style/mobile.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/static/style/mobile.css b/src/static/style/mobile.css index ddf31b8..fb9474d 100755 --- a/src/static/style/mobile.css +++ b/src/static/style/mobile.css @@ -13,13 +13,13 @@ h1, h2, h3{ } header{ - background-color: 4c4c4c; + background-color: #4c4c4c; height: 25vh; width: 100%; } footer{ - background-color: 4c4c4c; + background-color: #4c4c4c; display: flex; justify-content: center; align-items: center; @@ -215,4 +215,10 @@ label{ display: block; margin: 0 auto 0 auto; max-width: 100%; +} + +pre{ + overflow: scroll; + background-color: #36332f; + padding: 10px; } \ No newline at end of file