Files
hyzendust.github.io/themes/hugo-theme-yue/assets/scss/_reset.scss
2025-11-11 18:07:05 +05:30

31 lines
353 B
SCSS

*,
*::before,
*::after {
box-sizing: border-box;
}
.body {
margin: 0;
}
a {
text-decoration: none;
}
// List
.menu__list,
.translation-list,
.pagination {
list-style-type: none;
padding-inline-start: 0;
}
// Task list
ul:has(>li>input[type="checkbox"]) {
list-style-type: none;
padding-inline-start: 1em;
}
blockquote {
margin: 0;
}