Skip to content
Snippets Groups Projects
Commit 7e1a87bf authored by ali asaria's avatar ali asaria
Browse files

fix home page on dark mode (not ideal)

parent 6f7b4689
Branches
Tags
No related merge requests found
......@@ -35,8 +35,13 @@ export default function Welcome() {
justifyContent: 'flex-end',
}}
>
<div>New Here?</div>
<div
style={{ backgroundColor: 'rgba(255,255,255,0.8)', padding: '2rem' }}
style={{
backgroundColor: 'var(--joy-palette-background-surface)',
opacity: '0.8',
padding: '2rem',
}}
>
<Typography level="h1" color="neutral">
<LogoComponent />
......
......@@ -3,7 +3,7 @@ body {
}
a {
color: #363648;
color: var(--joy-palette-primary-400);
}
.showOnChatBubbleHover {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment