summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Johnson <>2025-07-27 00:00:00 +0000
committerNicholas Johnson <>2025-07-27 00:00:00 +0000
commit6332d82c064756eec1582278f1fb875580660e0e2231e41bf73284a17a7e28b8 (patch)
tree6d69a77b32116c1406fc7b2167181b2e6affa949e45f383e3bb1891604ca3114
parent6d38c8bcefbda94e7bdfeb4cd6c2dc993955b0525ba4481d4d1e77e807ec5a6a (diff)
downloadhugo-theme-journal-6332d82c064756eec1582278f1fb875580660e0e2231e41bf73284a17a7e28b8.tar.gz
hugo-theme-journal-6332d82c064756eec1582278f1fb875580660e0e2231e41bf73284a17a7e28b8.zip
Add a dark gray background to website
This makes it more visually clear where the content begins and ends.
-rw-r--r--assets/static/css/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/static/css/style.css b/assets/static/css/style.css
index 81ea8bd..755e05f 100644
--- a/assets/static/css/style.css
+++ b/assets/static/css/style.css
@@ -17,6 +17,7 @@
*/
html {
+ background-color: #181A1B;
font-size: 62.5%;
}