Skip to content

Commit c556bd6

Browse files
committed
style(body): add defult body background
1 parent 18df1a6 commit c556bd6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

web/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Vite + React + TS</title>
88
</head>
9-
<body>
9+
<body class="bg-gradient-to-br pt-2 pb-5 from-black to-neutral-700 p-0 m-0">
1010
<div id="root"></div>
1111
<script type="module" src="/src/main.tsx"></script>
1212
</body>

0 commit comments

Comments
 (0)