Files
cool-domain-web/src/style.css
T
klemek f7dd54f877
Lint / Oxlint (push) Successful in 48s
Deploy / Build (push) Failing after 51s
Lint / ESLint (push) Successful in 57s
Lint / TypeScript (push) Successful in 57s
feat: let's goooo
2026-06-15 19:51:43 +02:00

20 lines
568 B
CSS

@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);
}
}