添加设置页 (#362)

This commit is contained in:
neveler
2025-12-03 16:13:21 +08:00
committed by GitHub
parent 76862e28a7
commit 5c4d02c89e
20 changed files with 380 additions and 79 deletions
+24 -16
View File
@@ -1,16 +1,24 @@
@import "minimal-mistakes";
blockquote {
margin-inline: 0;
font-style: normal;
}
a, span, code, kbd, pre, em, strong, b, i {
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
}
.m0 {
margin: 0 !important;
}
@import "minimal-mistakes";
blockquote {
margin-inline: 0;
font-style: normal;
}
* {
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
}
.notice ul:first-child {
margin-top: 0;
}
.task-list-item label {
display: inline
}
.m0 {
margin: 0 !important;
}