Jon Taylor
UI build
76b9248
raw
history blame
478 Bytes
@tailwind components;
@tailwind utilities;
@layer tailwind {
@tailwind base;
}
* {
box-sizing: border-box;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
select {
appearance: none;
}
/* Firefox */
input[type="number"] {
-moz-appearance: textfield;
}
html,
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
@apply text-black;
}