fix: add black background to homepage
This commit is contained in:
@@ -3,6 +3,15 @@
|
||||
@tailwind utilities;
|
||||
|
||||
@layer base {
|
||||
html {
|
||||
background-color: #000000;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #000000;
|
||||
color: #e5e7eb;
|
||||
}
|
||||
|
||||
:root {
|
||||
--background: 0 0% 0%;
|
||||
--foreground: 0 0% 100%;
|
||||
|
||||
Reference in New Issue
Block a user