mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-02-15 00:01:11 +01:00
Fix: remove submodule
This commit is contained in:
31
themes/hugo-theme-yue/assets/scss/_reset.scss
Normal file
31
themes/hugo-theme-yue/assets/scss/_reset.scss
Normal file
@@ -0,0 +1,31 @@
|
||||
*,
|
||||
*::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;
|
||||
}
|
||||
Reference in New Issue
Block a user