Skip to content

Commit 3dc962d

Browse files
author
zhongzhenlong
committed
color
1 parent aa93ed0 commit 3dc962d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/pages/layout/header.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
144144
.main-header a {
145145
text-decoration: none;
146-
color: #108ee9;
146+
color: #48576a;
147147
}
148148
149149
.main-header {
@@ -153,7 +153,7 @@
153153
z-index: 9999;
154154
animation-name: slideInDown;
155155
animation-fill-mode: both;
156-
color: #108ee9;
156+
color: #48576a;
157157
}
158158
159159
.main-header .navbar .sidebar-toggle {
@@ -317,6 +317,7 @@
317317
border: 3px solid;
318318
border-color: transparent;
319319
border-color: hsla(0,0%,100%,.2);
320+
background-color: #108ee9;
320321
}
321322
.el-dropdown-menu .header-pic p{
322323
font-size: 1.5rem;

0 commit comments

Comments
 (0)