Files
crawler-plugin/frontend-vue/src/styles/reset.css
2026-03-19 13:15:47 +08:00

28 lines
277 B
CSS

* {
box-sizing: border-box;
}
html,
body,
#app {
margin: 0;
min-height: 100%;
}
body {
font-family: var(--font-family-base);
color: var(--color-text-primary);
}
a {
color: inherit;
text-decoration: none;
}
button,
input,
select,
textarea {
font: inherit;
}