File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export default function AppMenubar() {
3636 const logoFill = theme === "dark" ? "#ffffff" : "#000000" ;
3737
3838 return (
39- < header className = "fixed top-0 left-0 right-0 z-50 border bg-background/80 backdrop-blur-md supports-backdrop-filter: bg-background/60 w-fit md:w-6xl rounded-md mx-auto px-4 mt-4 mb-2" >
39+ < header className = "fixed top-0 left-0 right-0 z-50 border border-border bg-card w-fit md:w-6xl rounded-lg mx-auto px-4 mt-4 mb-2" >
4040 < div className = "mx-auto flex max-w-6xl h-full justify-between items-center gap-20" >
4141 < Link to = "/" className = "flex items-center gap-2" >
4242 < Logo fill = { logoFill } width = { 32 } height = { 32 } className = "h-8 w-8" />
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export default function Footer() {
88 const navigate = useNavigate ( ) ;
99 return (
1010 < footer
11- className = "fixed bottom-0 left-0 right-0 z-50 border bg-background/80 backdrop-blur-md supports-backdrop-filter: bg-background/60 w-fit rounded-md mx-auto px-4 my-2"
11+ className = "fixed bottom-0 left-0 right-0 z-50 border border-border bg-card w-fit rounded-lg mx-auto px-4 my-2"
1212 role = "contentinfo"
1313 aria-label = { t ( "footer.ariaLabel" ) }
1414 >
You can’t perform that action at this time.
0 commit comments