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:
@@ -46,7 +46,7 @@
|
|||||||
{{end}}
|
{{end}}
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="text-sand-12 bg-sand-1">
|
<body class="text-sand-12 bg-sand-2">
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
<script type="module" src="/src/main.tsx"></script>
|
<script type="module" src="/src/main.tsx"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user