Custom app launcher, browser home page, and service monitor. cute.haus
homelab react typescript
0

Configure Feed

Select the types of activity you want to include in your feed.

use Inter font

Aly Raffauf (Apr 26, 2026, 12:42 PM EDT) df4c15ff 09ff11c8

+12
+6
src/index.css
··· 1 1 @import "tailwindcss"; 2 2 3 + @theme { 4 + --font-sans: 5 + "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 6 + "Segoe UI", sans-serif; 7 + } 8 + 3 9 @layer components { 4 10 .card { 5 11 @apply bg-white/[0.03] border border-white/10 rounded-2xl shadow-lg shadow-black/20 backdrop-blur-sm;
+6
src/index.html
··· 4 4 <meta charset="UTF-8" /> 5 5 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 6 6 <!--<link rel="icon" type="image/svg+xml" href="./logo.svg" />--> 7 + <link rel="preconnect" href="https://fonts.googleapis.com" /> 8 + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> 9 + <link 10 + href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" 11 + rel="stylesheet" 12 + /> 7 13 <title>watsup</title> 8 14 </head> 9 15 <body class="bg-zinc-900 text-zinc-100">