Skip to content

Commit eca7da9

Browse files
authored
Merge pull request #2 from otakugard/feature/polish-and-seo
feat: polish UI/UX, enhance SEO, and resolve dark mode issues
1 parent b2fd078 commit eca7da9

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500;600;700&family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
1111
<title>MemohAI - Landing Page</title>
1212
</head>
13-
<body class="bg-white text-slate-600 font-sans antialiased selection:bg-indigo-100 selection:text-indigo-900">
13+
<body class="bg-background text-foreground font-sans antialiased selection:bg-primary/20 selection:text-primary">
1414
<div id="app"></div>
1515
<script type="module" src="/src/main.ts"></script>
1616
</body>

src/style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
@import "tailwindcss";
22

3+
@custom-variant dark (&:where(.dark, .dark *));
4+
35
@theme {
46
--font-sans: "Inter", sans-serif;
57
--font-mono: "Fira Code", monospace;
@@ -45,7 +47,7 @@
4547
--accent: #27272a;
4648
--accent-foreground: #fafafa;
4749
--border: #27272a;
48-
--destructive: #7f1d1d;
50+
--destructive: #ef4444;
4951
--destructive-foreground: #fafafa;
5052
--ring: #d4d4d8;
5153
}

0 commit comments

Comments
 (0)