Browse Source

修改颜色

1
mo 4 năm trước cách đây
mục cha
commit
57040d28b0
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      src/layout/components/Navbar.vue

+ 3 - 3
src/layout/components/Navbar.vue

@@ -324,9 +324,9 @@ export default {
     }
     &:hover,
     &.active{
-      color: #fff;
+      color: #14928A;
       span {
-        background: #14928A;
+        background: #fff;
         border-radius: 6px;
       }
     }
@@ -354,7 +354,7 @@ export default {
   height: 90px;
   overflow: hidden;
   position: relative;
-  background: #363D55;
+  background: #14928A;
   box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
   h2 {
     font-size: 18px;