fix: use next race image as dashboard hero background
Some checks failed
CI / build-and-test (pull_request) Has been cancelled

This commit is contained in:
Vaka.pro
2026-04-27 23:30:36 +03:00
parent 367868cf1b
commit fdb0ba3d2d
4 changed files with 29 additions and 4 deletions

View File

@@ -1355,6 +1355,13 @@ body {
url("/images/runner-hero.jpg") center / cover;
}
.dashboard-hero--with-image {
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%),
var(--dashboard-hero-image) center / cover,
url("/images/runner-hero.jpg") center / cover;
}
.dashboard-hero__content,
.dashboard-hero__panel {
position: relative;