Fix: remove submodule

This commit is contained in:
psychhim
2025-11-11 18:07:05 +05:30
parent ea7284b910
commit 27a08b46f6
111 changed files with 4844 additions and 4 deletions

View 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;
}