Files
stackpulse/frontend_old/src/index.css
T
2025-10-15 14:45:04 +00:00

19 lines
246 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
/* Custom tweaks für GitHub-Next-Style */
body {
font-family: 'Inter', sans-serif;
color: white;
}
button {
outline: none;
border: none;
}
button:disabled {
opacity: 0.8;
}