diff options
author | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-05 21:41:58 -0500 |
---|---|---|
committer | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-05 21:41:58 -0500 |
commit | f99a27e902922755b888668c8c541f9099c2dc47 (patch) | |
tree | 7acc8872e4a9919be22fd466c5a1a68558740704 /data | |
parent | ca016b3f297434bd40dd67193e27658478f0ab6d (diff) |
Swap to smaller background
Diffstat (limited to 'data')
-rw-r--r-- | data/static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/static/style.css b/data/static/style.css index 079f4b4..265497e 100644 --- a/data/static/style.css +++ b/data/static/style.css @@ -52,7 +52,7 @@ html { body { margin: 0; - background-image: url("/static/media/MKE_Skyline_Art_Museum.jpg"); + background-image: url("/static/media/MKE_Skyline_Art_Museum_2K.jpg"); /* background-image: url("/static/media/Leaves.jpg"); */ background-size: cover; background-repeat: no-repeat; |