1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
| .header{
| background-color: #242f42;
| }
| .login-wrap{
| background: #324157;
| }
| .plugins-tips{
| background: #eef1f6;
| }
| .plugins-tips a{
| color: #20a0ff;
| }
| .el-upload--text em {
| color: #20a0ff;
| }
| .pure-button{
| background: #20a0ff;
| }
| .tags-li.active {
| border: 1px solid #409EFF;
| background-color: #409EFF;
| }
| .message-title{
| color: #20a0ff;
| }
| .collapse-btn:hover{
| background: rgb(40,52,70);
| }
|
|