diff options
author | Mathias Magnusson <mathias@magnusson.space> | 2024-03-02 15:34:19 +0100 |
---|---|---|
committer | Mathias Magnusson <mathias@magnusson.space> | 2024-03-02 15:34:19 +0100 |
commit | 55b7da5ec36265dac5355a95eb0aed16fcc30092 (patch) | |
tree | 5750fa9246b2bd9d4ceaab32bb55625038d14ffb /jobs/homepage | |
parent | dc867699f39d701fe73bcdeda78b65d87690d859 (diff) | |
download | garm-55b7da5ec36265dac5355a95eb0aed16fcc30092.tar.gz |
Fix background color to match email picture
Diffstat (limited to 'jobs/homepage')
-rw-r--r-- | jobs/homepage/index.html | 2 |
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; } |