mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-24 23:05:05 +00:00
feat: add background color to body in global styles
- Applied a black background color to the body element in the global CSS file to enhance the visual design of the landing page. Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
@@ -296,3 +296,7 @@ html *::-webkit-scrollbar-thumb:active {
|
|||||||
html *::-webkit-scrollbar-corner {
|
html *::-webkit-scrollbar-corner {
|
||||||
background: var(--color-background-secondary);
|
background: var(--color-background-secondary);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html body {
|
||||||
|
@apply bg-black;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user