mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 19:19:19 +02:00
use exact hard-coded gradient on header and card placeholders
This commit is contained in:
@@ -116,12 +116,10 @@
|
|||||||
border-radius: 7px 7px 0 0;
|
border-radius: 7px 7px 0 0;
|
||||||
background: linear-gradient(
|
background: linear-gradient(
|
||||||
180deg,
|
180deg,
|
||||||
var(--gradient-start) 0%,
|
rgba(60, 133, 108, 1) 0%,
|
||||||
var(--gradient-2) 20%,
|
rgba(96, 236, 180, 1) 33%,
|
||||||
var(--gradient-3) 40%,
|
rgba(227, 144, 255, 1) 66%,
|
||||||
var(--gradient-4) 60%,
|
rgba(149, 87, 181, 1) 100%
|
||||||
var(--gradient-4) 88%,
|
|
||||||
var(--header-gradient-fade) 96%
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user