feat: let's goooo
Lint / Oxlint (push) Successful in 48s
Deploy / Build (push) Failing after 51s
Lint / ESLint (push) Successful in 57s
Lint / TypeScript (push) Successful in 57s

This commit is contained in:
2026-06-15 19:51:43 +02:00
parent 9d1119b9ed
commit f7dd54f877
12 changed files with 293 additions and 371 deletions
+19
View File
@@ -0,0 +1,19 @@
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import "tailwindcss";
@plugin "daisyui" {
themes: cyberpunk --default;
}
html,
body {
font-family: "Roboto", Verdana, serif;
}
.hero {
background-image: url(./background.jpg);
@supports (background-image: url(./background.webp)) {
background-image: url(./background.webp);
}
}