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