YY 2 anni fa
parent
commit
fe1ace9441
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/views/index.vue

+ 2 - 2
src/views/index.vue

@@ -154,14 +154,14 @@ export default {
     padding: 10px;
     color: #fff;
     border-radius: 50%;
-    background-color: rgb(230, 237, 104);
+    background-color: gold;
   }
   .icon_4 {
     font-size: 36px;
     padding: 10px;
     color: #fff;
     border-radius: 50%;
-    background-color: rgb(253, 184, 135);
+    background-color: coral;
   }
 }
 </style>