|
@@ -98,7 +98,7 @@ export default {
|
|
|
color: rgba(0, 0, 0, 1);
|
|
|
}
|
|
|
.aside-item div:not(:first-child):hover{
|
|
|
- background-color: #6c1c1c;
|
|
|
+ background-color: #0B4362;
|
|
|
border-radius: 80px;
|
|
|
color: #fff;
|
|
|
}
|
|
@@ -118,7 +118,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
.aside-item .active{
|
|
|
- background-color: #6c1c1c;
|
|
|
+ background-color: #0B4362;
|
|
|
border-radius: 80px;
|
|
|
position: relative;
|
|
|
color: #fff!important;
|