wujingjing
2024-11-14 8e4ecc18726f32d208f9dc7f618926a292bc2fce
src/theme/app.scss
@@ -6,6 +6,12 @@
   box-sizing: border-box;
   outline: none !important;
}
.markdown-it{
   // 上面的 padding 0 会影响 markdown 中的内容
   ul{
      padding-inline-start: 40px;
   }
}
:root {
   --next-color-white: #ffffff;
@@ -253,6 +259,16 @@
   justify-content: space-around;
}
.flex-items-center {
   display: flex;
   align-items: center;
}
.flex-justify-center {
   display: flex;
   justify-content: center;
}
.flex-start {
   @extend .flex;
   justify-content: start;