banner and intro fix
This commit is contained in:
@@ -109,6 +109,10 @@
|
||||
3. Base styles — applied to plain HTML elements before any classes hit.
|
||||
--------------------------------------------------------------------------- */
|
||||
@layer base {
|
||||
html {
|
||||
background: var(--bg);
|
||||
}
|
||||
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
@@ -135,6 +139,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
html[data-ui-ready="0"] body {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
/* ---------------------------------------------------------------------------
|
||||
4. Site shell + ambient effects
|
||||
The .site-shell class is on the <main> element in page.tsx. The two
|
||||
|
||||
Reference in New Issue
Block a user