fix: remove fallback image from dashboard race hero
Some checks failed
CI / build-and-test (pull_request) Has been cancelled

This commit is contained in:
Vaka.pro
2026-04-28 00:40:01 +03:00
parent 0f5249726b
commit f62be600cd

View File

@@ -1358,8 +1358,7 @@ body {
.dashboard-hero--with-image { .dashboard-hero--with-image {
background: background:
linear-gradient(90deg, rgba(7, 25, 39, 0.94) 0%, rgba(7, 25, 39, 0.68) 48%, rgba(7, 25, 39, 0.2) 100%), linear-gradient(90deg, rgba(7, 25, 39, 0.94) 0%, rgba(7, 25, 39, 0.68) 48%, rgba(7, 25, 39, 0.2) 100%),
var(--dashboard-hero-image) center / cover, var(--dashboard-hero-image) center / cover;
url("/images/runner-hero.jpg") center / cover;
} }
.dashboard-hero__content, .dashboard-hero__content,