|
271 | 271 | background-color: rgb(15 23 42) !important; |
272 | 272 | } |
273 | 273 |
|
274 | | -[data-theme="dark"] body.home-page .home-hero > .bg-gradient-to-b { |
275 | | - background-image: linear-gradient( |
276 | | - to bottom, |
277 | | - rgb(15 23 42 / 0.97), |
278 | | - rgb(15 23 42 / 0.92), |
279 | | - rgb(15 23 42 / 0.98) |
280 | | - ) !important; |
281 | | -} |
282 | | - |
283 | | -[data-theme="dark"] body.home-page .home-hero .mix-blend-multiply { |
284 | | - mix-blend-mode: soft-light; |
285 | | - opacity: 0.35; |
| 274 | +[data-theme="dark"] body.home-page .home-hero__bg-layer { |
| 275 | + filter: saturate(1.05) contrast(1.05) brightness(0.85) !important; |
| 276 | +} |
| 277 | + |
| 278 | +[data-theme="dark"] body.home-page .home-hero__overlay { |
| 279 | + background: |
| 280 | + linear-gradient( |
| 281 | + 180deg, |
| 282 | + rgb(15 23 42 / 0.45) 0%, |
| 283 | + rgb(15 23 42 / 0.72) 40%, |
| 284 | + rgb(15 23 42 / 0.85) 65%, |
| 285 | + rgb(15 23 42 / 0.55) 100% |
| 286 | + ), |
| 287 | + radial-gradient(ellipse 90% 70% at 50% 42%, rgb(15 23 42 / 0.5) 0%, transparent 70%) !important; |
| 288 | +} |
| 289 | + |
| 290 | +[data-theme="dark"] body.home-page .home-hero__badge { |
| 291 | + background: rgb(30 41 59) !important; |
| 292 | + border-color: rgb(51 65 85) !important; |
| 293 | + color: rgb(226 232 240) !important; |
| 294 | +} |
| 295 | + |
| 296 | +[data-theme="dark"] body.home-page .home-hero__title { |
| 297 | + color: rgb(248 250 252) !important; |
| 298 | +} |
| 299 | + |
| 300 | +[data-theme="dark"] body.home-page .home-hero__desc { |
| 301 | + color: rgb(203 213 225) !important; |
| 302 | +} |
| 303 | + |
| 304 | +[data-theme="dark"] body.home-page .home-hero__search.search-trigger { |
| 305 | + background: rgb(30 41 59) !important; |
| 306 | + border-color: rgb(51 65 85) !important; |
| 307 | + box-shadow: 0 4px 20px rgb(0 0 0 / 0.25) !important; |
| 308 | +} |
| 309 | + |
| 310 | +[data-theme="dark"] body.home-page .home-hero__search .search-trigger__label { |
| 311 | + color: rgb(203 213 225) !important; |
| 312 | +} |
| 313 | + |
| 314 | +[data-theme="dark"] body.home-page .home-hero__search .search-trigger__icon { |
| 315 | + color: rgb(148 163 184) !important; |
| 316 | +} |
| 317 | + |
| 318 | +[data-theme="dark"] body.home-page .home-hero__scroll-hint { |
| 319 | + color: rgb(148 163 184) !important; |
| 320 | +} |
| 321 | + |
| 322 | +[data-theme="dark"] body.home-page .home-hero__nav-btn { |
| 323 | + background-color: rgb(30 41 59 / 0.95) !important; |
| 324 | + border-color: rgb(71 85 105 / 0.9) !important; |
| 325 | + color: rgb(226 232 240) !important; |
| 326 | + box-shadow: 0 4px 16px rgb(0 0 0 / 0.35) !important; |
| 327 | +} |
| 328 | + |
| 329 | +[data-theme="dark"] body.home-page .home-hero__nav-btn:hover { |
| 330 | + background-color: rgb(51 65 85) !important; |
| 331 | + color: rgb(248 250 252) !important; |
| 332 | +} |
| 333 | + |
| 334 | +[data-theme="dark"] body.home-page .home-hero__dot { |
| 335 | + background-color: rgb(100 116 139) !important; |
| 336 | +} |
| 337 | + |
| 338 | +[data-theme="dark"] body.home-page .home-hero__dot--active { |
| 339 | + background-color: rgb(226 232 240) !important; |
286 | 340 | } |
287 | 341 |
|
288 | 342 | /* —— Marquee fades —— */ |
|
0 commit comments