From 55b7da5ec36265dac5355a95eb0aed16fcc30092 Mon Sep 17 00:00:00 2001 From: Mathias Magnusson Date: Sat, 2 Mar 2024 15:34:19 +0100 Subject: Fix background color to match email picture --- jobs/homepage/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jobs/homepage/index.html') diff --git a/jobs/homepage/index.html b/jobs/homepage/index.html index 4550361..ef4a121 100644 --- a/jobs/homepage/index.html +++ b/jobs/homepage/index.html @@ -30,7 +30,7 @@ section { } .wrapper { - background-color: #282828; + background-color: #2c2c2c; padding: 1rem; border-radius: 3px; } -- cgit v1.2.3