aboutsummaryrefslogtreecommitdiff
path: root/src/web/index.css
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2026-05-29 07:49:12 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2026-05-29 07:49:12 +0200
commit864b9ef815dc4595cb0efbec5478a25ef7bc31f2 (patch)
treec96cbbe58e25e3a1cb7e5b0ec264563c354291a2 /src/web/index.css
parentef2f7d38d64b2be9f388be3809ba1d07e2bc2282 (diff)
timeline: fix scale factor
Diffstat (limited to 'src/web/index.css')
-rw-r--r--src/web/index.css1
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;
}