@tailwind base;
@tailwind components;
@tailwind utilities;
.break-word {
word-break: break-word;
}
#app {
color-scheme: light dark;
}
select {
background-image: url("data:image/svg+xml,");
background-repeat: no-repeat;
background-position: calc(100% - 0.75rem) center;
padding-right: 2rem;
@media (prefers-color-scheme: dark) {
background-image: url("data:image/svg+xml,");
}
}