Browse Source

fix: 官网样式调整

Drjingfubo 3 years ago
parent
commit
9f26722fe4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/sites/doc/components/Header.vue

+ 1 - 1
src/sites/doc/components/Header.vue

@@ -399,7 +399,7 @@ export default defineComponent({
   }
   // 黑色
   &-black {
-    background: $black;
+    background: black;
     color: $theme-black-word;
     border-bottom: 1px solid $theme-black-box-border;
     .header {