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

13 lines
178 B
HTML
Raw Normal View History

2023-08-04 18:45:47 +02:00
<style>
html,
body,
#storybook-root {
height: 100%;
}
2023-08-04 19:17:50 +02:00
body {
font-family: "Inter", sans-serif;
font-size: 12px;
background-color: #2b2b2b;
}
2023-08-04 18:45:47 +02:00
</style>