Skip to content

Commit f3da6d3

Browse files
committed
style: update WelcomeGate gradient to Feishu blue
1 parent 510fcc5 commit f3da6d3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

vue/src/components/WelcomeGate.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,25 +132,25 @@ function enter() {
132132
.welcome-illust-bg {
133133
position: absolute;
134134
inset: 0;
135-
background: linear-gradient(135deg, #f0e6ff 0%, #e6f0ff 40%, #f5e6ff 70%, #e6f5ff 100%);
135+
background: linear-gradient(135deg, #e6f0ff 0%, #f0f5ff 40%, #e6eeff 70%, #f0f5ff 100%);
136136
opacity: 0.9;
137137
}
138138
139139
[data-theme='dark'] .welcome-illust-bg {
140-
background: linear-gradient(135deg, #2a2040 0%, #1a2a40 40%, #2a1a40 70%, #1a2a45 100%);
140+
background: linear-gradient(135deg, #1a2a3a 0%, #1a2435 40%, #1a2a3a 70%, #1a2435 100%);
141141
}
142142
143143
.welcome-illust-svg {
144144
position: relative;
145145
z-index: 1;
146146
width: 180px;
147147
height: 130px;
148-
color: #7c3aed;
148+
color: #3370ff;
149149
opacity: 0.6;
150150
}
151151
152152
[data-theme='dark'] .welcome-illust-svg {
153-
color: #a78bfa;
153+
color: #4a7fff;
154154
opacity: 0.7;
155155
}
156156
@@ -188,7 +188,7 @@ function enter() {
188188
189189
.welcome-enter:hover {
190190
transform: translateY(-1px);
191-
box-shadow: 0 8px 24px rgba(170, 59, 255, 0.35);
191+
box-shadow: 0 8px 24px rgba(51, 112, 255, 0.35);
192192
}
193193
194194
/* Transition */

0 commit comments

Comments
 (0)