jingrow-ui/histoire.css
jingrow c7bac1a7a0
Some checks failed
Publish on NPM / publish (push) Has been cancelled
Build and Deploy Storybook / build (push) Has been cancelled
Tests / test (push) Has been cancelled
initial commit
2025-10-24 00:40:30 +08:00

28 lines
434 B
CSS

html,
body {
font-family: 'Inter', sans-serif;
}
@supports (font-variation-settings: normal) {
html,
body {
font-family: 'InterVar', sans-serif;
font-optical-sizing: auto;
}
}
input.htw-text-inherit {
border-radius: 0.25rem;
padding: 0.25rem 0.5rem;
font-size: 100%;
line-height: normal;
}
.htw-prose a {
text-decoration: underline;
color: var(--tw-prose-code);
}
.histoire-app-logo {
width: 100px;
}