1
0
Fork 0

Slight adjustment to carousel colors

This commit is contained in:
Lim Chee Aun 2024-02-01 22:49:16 +08:00
parent 6581bc2881
commit a59668ea9a

View file

@ -947,7 +947,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
background: linear-gradient( background: linear-gradient(
to bottom right, to bottom right,
var(--carousel-faded-color), var(--carousel-faded-color),
transparent 150% transparent
); );
position: relative; position: relative;
container-type: inline-size; container-type: inline-size;
@ -962,7 +962,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
var(--carousel-faded-color), var(--carousel-faded-color),
transparent transparent
), ),
linear-gradient(to top, var(--bg-color), transparent 64px); linear-gradient(to top, var(--bg-color) 8px, transparent 64px);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: bottom center; background-position: bottom center;
} }