feat: styling with tailwind

This commit is contained in:
2026-02-15 16:48:31 +02:00
parent 9920bfcdee
commit 2717dde5af
6 changed files with 3530 additions and 106 deletions

View File

@@ -0,0 +1,10 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
darkMode: "selector",
content: ["./src/**/*.rs", "./index.html"],
theme: {
fontFamily: {
sans: ["Inter", "serif"],
},
},
};