Browse Source

feat(协议): upd

zengzhixiang 2 years ago
parent
commit
050be91cdd
1 changed files with 3 additions and 0 deletions
  1. 3 0
      pages/agreement/_code.vue

+ 3 - 0
pages/agreement/_code.vue

@@ -48,8 +48,11 @@ export default {
   min-height: 100vh;
   box-sizing: border-box;
   padding-bottom: env(safe-area-inset-bottom, 0px);
+  background-color: #fff;
+  color: #333;
   &.dark {
     background-color: #000;
+    color: #ccc;
   }
 }
 .content-wrap {