|
55 | 55 | white-space: nowrap; |
56 | 56 | left: 0; |
57 | 57 | top: 0; |
58 | | - background-image: linear-gradient(#005CAF 0%, #1D1D1F 100%); |
| 58 | + background-image: linear-gradient(180deg, #ffffff 0%, #f5f5f5 40%, #ebebeb 55%, #f8f8f8 100%); |
59 | 59 | background-clip: text; |
60 | 60 | -webkit-background-clip: text; |
61 | 61 | color: transparent; |
|
67 | 67 | position: absolute; |
68 | 68 | left: 0; |
69 | 69 | top: 0; |
70 | | - -webkit-text-stroke: 0.1em rgba(255, 255, 255, 1); |
| 70 | + -webkit-text-stroke: 0.12em #2e2312; |
| 71 | + text-shadow: 0.05em 0.05em 0.02em rgba(0, 0, 0, 0.85), |
| 72 | + 0.05em 0.05em 0.03em rgba(0, 0, 0, 0.5); |
71 | 73 | z-index: 1; |
72 | 74 | } |
73 | 75 |
|
|
105 | 107 | border-image: linear-gradient( |
106 | 108 | to right, |
107 | 109 | rgba(255, 255, 255, 0.2) 0%, |
108 | | - rgba(255, 255, 255, 0.85) 5%, |
| 110 | + rgba(255, 255, 255, 0.95) 5%, |
| 111 | + rgba(255, 255, 255, 0) 50%, |
109 | 112 | rgba(255, 255, 255, 0) 100% |
110 | 113 | ) |
111 | 114 | 1; |
|
153 | 156 | position: absolute; |
154 | 157 | left: 0; |
155 | 158 | top: 0; |
156 | | - color: #0B346E; |
| 159 | + background-image: linear-gradient(180deg, #ffffff 0%, #f5f5f5 40%, #ebebeb 55%, #f8f8f8 100%); |
| 160 | + background-clip: text; |
| 161 | + -webkit-background-clip: text; |
| 162 | + color: transparent; |
157 | 163 | z-index: 2; |
158 | | - text-shadow: 0 2px 8px rgba(255, 255, 255, 0.35), 0 2px 6px rgba(0, 0, 0, 0.18); |
159 | 164 | } |
160 | 165 |
|
161 | 166 | .innerName { |
162 | 167 | position: absolute; |
163 | 168 | left: 0; |
164 | 169 | top: 0; |
165 | | - -webkit-text-stroke: 0.08em rgba(255, 255, 255, 0.98); |
| 170 | + -webkit-text-stroke: 0.12em #2e2312; |
| 171 | + text-shadow: 0.05em 0.05em 0.02em rgba(0, 0, 0, 0.85), |
| 172 | + 0.05em 0.05em 0.03em rgba(0, 0, 0, 0.5); |
166 | 173 | z-index: 1; |
167 | | - text-shadow: 0 1px 4px rgba(0, 0, 0, 0.18); |
168 | 174 | } |
169 | 175 |
|
170 | 176 | .text { |
|
0 commit comments