webflow-designer-extension/.storybook/preview-head.html

13 lines
178 B
HTML

<style>
html,
body,
#storybook-root {
height: 100%;
}
body {
font-family: "Inter", sans-serif;
font-size: 12px;
background-color: #2b2b2b;
}
</style>