gcz 2 anni fa
parent
commit
389042ee9c
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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 {
   width: 100%;
   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;
   left: 0;
   right: 0;

+ 1 - 1
src/components/numerical.vue

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