vite-template-mantine
Version:
Custom Vite React TypeScript template
35 lines (28 loc) • 570 B
CSS
:root {
font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
color-scheme: light dark;
color: rgba(255, 255, 255, 0.87);
background-color: #242424;
font-synthesis: none;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a {
text-decoration: inherit;
}
body {
margin: 0;
display: flex;
place-items: center;
}
button:focus,
button:focus-visible {
outline: none;
}
@media (prefers-color-scheme: light) {
:root {
color: #213547;
background-color: #ffffff;
}
}