Files
effect-view/packages/example-next/src/index.css
T
Julien Valverdé 091e102b23
Lint / lint (push) Successful in 48s
Add Effect v4 version
2026-06-22 02:04:20 +02:00

29 lines
426 B
CSS

:root {
color: #17202a;
font-family: system-ui, sans-serif;
background: #f4f6f7;
}
body {
display: grid;
min-width: 320px;
min-height: 100vh;
margin: 0;
place-items: center;
}
main {
padding: 2rem;
text-align: center;
}
button {
padding: 0.65rem 1rem;
border: 0;
border-radius: 0.5rem;
color: white;
font: inherit;
background: #7d3c98;
cursor: pointer;
}