mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2025-11-05 03:14:26 +08:00
13 lines
225 B
SCSS
13 lines
225 B
SCSS
@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;
|
|
}
|