add background color to body in index.html

This commit is contained in:
2026-04-21 22:50:45 +04:00
parent a8d45d3359
commit da42c75f7b

View File

@@ -8,7 +8,7 @@
<link rel="icon" type="image/x-icon" href="favicon.ico" /> <link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="manifest" href="manifest.webmanifest" /> <link rel="manifest" href="manifest.webmanifest" />
</head> </head>
<body> <body class="bg-black text-white">
<app-root></app-root> <app-root></app-root>
<noscript>Please enable JavaScript to continue using this application.</noscript> <noscript>Please enable JavaScript to continue using this application.</noscript>
</body> </body>