diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-05-29 07:49:12 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-05-29 07:49:12 +0200 |
| commit | 864b9ef815dc4595cb0efbec5478a25ef7bc31f2 (patch) | |
| tree | c96cbbe58e25e3a1cb7e5b0ec264563c354291a2 /src/web/index.css | |
| parent | ef2f7d38d64b2be9f388be3809ba1d07e2bc2282 (diff) | |
timeline: fix scale factor
Diffstat (limited to 'src/web/index.css')
| -rw-r--r-- | src/web/index.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/index.css b/src/web/index.css index 934c713..6b1927f 100644 --- a/src/web/index.css +++ b/src/web/index.css @@ -16,4 +16,5 @@ body { display: block; height: 100vh; overflow-y: auto; + background: gray; } |