File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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;
4547 --accent : # 27272a ;
4648 --accent-foreground : # fafafa ;
4749 --border : # 27272a ;
48- --destructive : # 7f1d1d ;
50+ --destructive : # ef4444 ;
4951 --destructive-foreground : # fafafa ;
5052 --ring : # d4d4d8 ;
5153 }
You can’t perform that action at this time.
0 commit comments