gcz 2 년 전
부모
커밋
389042ee9c
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/components/amap.vue
  2. 1 1
      src/components/numerical.vue

+ 1 - 1
src/components/amap.vue

@@ -670,7 +670,7 @@ export default {
 #mask {
 #mask {
   width: 100%;
   width: 100%;
   height: 100vh;
   height: 100vh;
-  box-shadow: inset 0px 0px 10vw 8vw rgba(38, 80, 179, 0.54);
+  box-shadow: inset 0px 0px 10vw 8vw rgba(0, 10, 34, 0.54);
   position: fixed;
   position: fixed;
   left: 0;
   left: 0;
   right: 0;
   right: 0;

+ 1 - 1
src/components/numerical.vue

@@ -46,7 +46,7 @@
             margin-top: 15px;
             margin-top: 15px;
         }
         }
         .number{
         .number{
-            color: var(--title-color);
+            color: var(--main-color);
             font-size: 1.5em;
             font-size: 1.5em;
             margin-right: 5px;
             margin-right: 5px;
         }
         }