Match body background to the page surface

Use sand-2 on body so Chrome overscroll does not flash
the lighter sand-1 behind the layout.

Signed-off-by: Émile Ré <emile@probo.com>
This commit is contained in:
Émile Ré
2026-07-21 16:30:06 +02:00
parent 5d161173c8
commit 53b14b3984

View File

@@ -46,7 +46,7 @@
{{end}}
</head>
<body class="text-sand-12 bg-sand-1">
<body class="text-sand-12 bg-sand-2">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>