Files
crawler-plugin/frontend-vue/src/styles/reset.css
T
2026-07-24 13:26:37 +08:00

29 lines
290 B
CSS

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