summaryrefslogtreecommitdiff
path: root/jobs
diff options
context:
space:
mode:
authorMathias Magnusson <mathias@magnusson.space>2024-03-02 15:34:19 +0100
committerMathias Magnusson <mathias@magnusson.space>2024-03-02 15:34:19 +0100
commit55b7da5ec36265dac5355a95eb0aed16fcc30092 (patch)
tree5750fa9246b2bd9d4ceaab32bb55625038d14ffb /jobs
parentdc867699f39d701fe73bcdeda78b65d87690d859 (diff)
downloadgarm-55b7da5ec36265dac5355a95eb0aed16fcc30092.tar.gz
Fix background color to match email picture
Diffstat (limited to 'jobs')
-rw-r--r--jobs/homepage/index.html2
1 files changed, 1 insertions, 1 deletions
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;
}