This commit is contained in:
root
2025-10-15 14:45:04 +00:00
parent e3d802eeef
commit d776b80fe0
16 changed files with 20 additions and 2887 deletions
+18
View File
@@ -0,0 +1,18 @@
@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;
}