From dff8eb2e93047acd88d0fcb29556825721037f35 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 08:58:28 -0600 Subject: [PATCH] -- --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 62740ca..a20c338 100644 --- a/static/style.css +++ b/static/style.css @@ -35,7 +35,7 @@ body { } #thread { - background: linear-gradient(to bottom, #7dad60, #60c440); + background: linear-gradient(to left, #7dad60, #60c440); margin: 2em 0em 2em 0.5em; padding: 0.5em 0em 0.5em 0.5em; border: solid 1px black; -- 2.39.5