Add Effect v4 version
Lint / lint (push) Successful in 48s

This commit is contained in:
Julien Valverdé
2026-06-22 02:04:20 +02:00
parent b7ea35006d
commit 091e102b23
41 changed files with 3832 additions and 2 deletions
+28
View File
@@ -0,0 +1,28 @@
: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;
}