We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa93ed0 commit 3dc962dCopy full SHA for 3dc962d
src/pages/layout/header.vue
@@ -143,7 +143,7 @@
143
144
.main-header a {
145
text-decoration: none;
146
- color: #108ee9;
+ color: #48576a;
147
}
148
149
.main-header {
@@ -153,7 +153,7 @@
153
z-index: 9999;
154
animation-name: slideInDown;
155
animation-fill-mode: both;
156
157
158
159
.main-header .navbar .sidebar-toggle {
@@ -317,6 +317,7 @@
317
border: 3px solid;
318
border-color: transparent;
319
border-color: hsla(0,0%,100%,.2);
320
+ background-color: #108ee9;
321
322
.el-dropdown-menu .header-pic p{
323
font-size: 1.5rem;
0 commit comments