mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-14 14:22:38 -05:00
14 lines
289 B
CSS
14 lines
289 B
CSS
.banner {
|
|
background-image:
|
|
linear-gradient(
|
|
to right,
|
|
var(--stage-banner-fade, var(--color-bg-high)) 35%,
|
|
transparent 80%
|
|
),
|
|
var(--stage-banner);
|
|
background-origin: border-box;
|
|
background-position: right center;
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
}
|