Skip to content

Commit 9066135

Browse files
committed
chore(passport): use bulecss
1 parent b4ebffb commit 9066135

25 files changed

Lines changed: 29 additions & 36294 deletions

rootfs/api/static/css/main.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ body {
2323
}
2424

2525
.gradient-primary {
26-
background-image: linear-gradient(to bottom,#654a86,#534292);
27-
background-color: #534292
26+
background-image: linear-gradient(to bottom,#409EFF, #337ecc);
27+
background-color: #337ecc
2828
}
2929

3030
.container {
@@ -70,13 +70,13 @@ h1.logo a:before {
7070
margin: 40px 20px 0;
7171
line-height: 1.5;
7272
font-size: 24px;
73-
color: rgb(102, 73, 134);
73+
color: #409EFF;
7474
}
7575

7676
h2 {
7777
font-family: inherit;
7878
font-weight: 200;
79-
color: #664986;
79+
color: #409EFF;
8080
}
8181
.panel form {
8282
padding: 30px
@@ -173,8 +173,8 @@ form .btn {
173173

174174
.btn-primary {
175175
color: #fff;
176-
background-color: #60467e;
177-
background-image: -webkit-linear-gradient(left bottom,rgba(159,88,150,0) 0,rgba(159,88,150,0.6) 100%);
176+
background-color: #337ecc;
177+
background-image: -webkit-linear-gradient(left bottom,rgba(159,88,150,0) 0,rgba(121,187,255,0.6) 100%);
178178
}
179179

180180
.btn {

rootfs/web/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<link rel='stylesheet' href='./src/assets/bashboard.css'>
6-
<link rel='stylesheet' href='./src/assets/style/purple3.min.css'>
5+
<link rel='stylesheet' href='http://download.drycc.cc/static/bluecss/bulecss.css'>
76
<meta name="viewport" content="width=device-width, initial-scale=1.0">
87
<title>Drycc Passport</title>
98
</head>

0 commit comments

Comments
 (0)