chore: migrate all to use the new theme system
This commit is contained in:
@@ -200,8 +200,8 @@ function AppContent() {
|
||||
225deg,
|
||||
transparent,
|
||||
transparent 35px,
|
||||
rgba(255, 255, 255, 0.03) 35px,
|
||||
rgba(255, 255, 255, 0.03) 37px
|
||||
var(--border-subtle) 35px,
|
||||
var(--border-subtle) 37px
|
||||
)`,
|
||||
}}
|
||||
>
|
||||
@@ -310,17 +310,16 @@ function AppContent() {
|
||||
|
||||
{isTransitioning && (
|
||||
<div
|
||||
className={`fixed inset-0 bg-background z-[20000] transition-opacity duration-700 ${
|
||||
className={`fixed inset-0 bg-deepest z-[20000] transition-opacity duration-700 ${
|
||||
transitionPhase === "fadeOut" ? "opacity-100" : "opacity-0"
|
||||
}`}
|
||||
style={{
|
||||
background: "#0e0e10",
|
||||
backgroundImage: `repeating-linear-gradient(
|
||||
45deg,
|
||||
transparent,
|
||||
transparent 35px,
|
||||
rgba(255, 255, 255, 0.03) 35px,
|
||||
rgba(255, 255, 255, 0.03) 37px
|
||||
var(--border-subtle) 35px,
|
||||
var(--border-subtle) 37px
|
||||
)`,
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user