webdlh-net/wwwroot/css/site.css

22 lines
237 B
CSS

@import "tailwindcss";
.font-sans {
font-family: "Instrument Sans", sans-serif;
}
.bg-oren {
background-color: #f49827;
}
.bg-ijo {
background-color: #009d68;
}
.text-oren {
color: #f49827;
}
.text-ijo {
color: #009d68;
}