feat: add empty page color support with new CSS file and update index.html

This commit is contained in:
Alexander
2026-02-28 17:38:29 +03:00
parent 14e65d0ea0
commit 243c299b4a
3 changed files with 10 additions and 4 deletions

View File

@@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="colors.css">
<title>Nevedom Hren</title>
</head>
<body class="dark:bg-gray-950 dark:text-white">