diff options
| author | foswret <foswret@posteo.com> | 2026-03-22 18:27:12 -0500 |
|---|---|---|
| committer | foswret <foswret@posteo.com> | 2026-03-22 18:27:12 -0500 |
| commit | b1c4ed512419798d876e05fe77ef94401db32935 (patch) | |
| tree | cc6d8dc2988d2f3272e7688d334928718dfe18de /static/style.css | |
| parent | 73b06c31b505d1a0f2e4035c7daab0df49a25d3b (diff) | |
add tiling background to <html>
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 73c3565..37e7ab5 100644 --- a/static/style.css +++ b/static/style.css @@ -1,6 +1,8 @@ html { /* overflow-y needed for chromium browsers to not shift */ overflow-y: scroll; + background-image: url("/bg.webp"); + background-repeat: repeat; } nav { @@ -9,7 +11,10 @@ nav { body { /* margin: 0 auto; */ + background-color: white; max-width: 50%; + padding: 2rem; + padding-top: 0.2rem; } img { |
