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
No related branches found
No related tags found
No related merge requests found
...@@ -35,8 +35,13 @@ export default function Welcome() { ...@@ -35,8 +35,13 @@ export default function Welcome() {
justifyContent: 'flex-end', justifyContent: 'flex-end',
}} }}
> >
<div>New Here?</div>
<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"> <Typography level="h1" color="neutral">
<LogoComponent /> <LogoComponent />
......
...@@ -3,7 +3,7 @@ body { ...@@ -3,7 +3,7 @@ body {
} }
a { a {
color: #363648; color: var(--joy-palette-primary-400);
} }
.showOnChatBubbleHover { .showOnChatBubbleHover {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment