superfuse-wizard
Version:
Interactive smart contract generator based on Superchain 's interoperability standard.
22 lines (18 loc) • 305 B
CSS
*, *:before, *:after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
code {
font-family: var(--monospace);
font-size: 1em;
}
button, input, select, textarea {
font-family: inherit;
font-size: inherit;
color: inherit;
}