Jon Taylor
ui updates
dd10606
raw
history blame contribute delete
629 Bytes
@import "@mantine/core/styles.css";
@layer tailwind {
@tailwind base;
}
@tailwind components;
@tailwind utilities;
* {
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;
}
body {
font-family: var(--font-sans);
overflow-x: hidden;
}
.font-mono {
font-family: var(--font-mono);
}