Skip to content

Commit d602ed4

Browse files
committed
更改背景色为github色
Co-Authored-By: hzlshen <[email protected]>
1 parent b42801f commit d602ed4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/components/head/head.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,6 @@
132132
text-align: center;
133133
background: #fff;
134134
border-radius: 50%;
135-
color: #428BCA;
135+
color: #24292e;
136136
}
137137
</style>

src/components/sidebar/sidebar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<el-menu
44
:collapse="collapse"
55
class="el-menu-vertical-demo"
6-
background-color="#428BCA"
6+
background-color="#24292e"
77
text-color="#fff"
88
active-text-color="#fff"
99
unique-opened router>

src/page/login/login.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
position: relative;
118118
width: 100%;
119119
height: 100%;
120-
background: #428BCA;
120+
background: #24292e;
121121
}
122122
.loginForm{
123123
position: absolute;

src/style/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ header{
166166
line-height:60px;
167167
font-size: 22px;
168168
color: #fff;
169-
background-color: #428BCA;
169+
background-color: #24292e;
170170
-webkit-transition: all .3s ;
171171
-moz-transition: all .3s ;
172172
transition:all .3s ;

0 commit comments

Comments
 (0)