Slight adjustment to carousel colors

pull/406/head
Lim Chee Aun 2024-02-01 22:49:16 +08:00
rodzic 6581bc2881
commit a59668ea9a
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -947,7 +947,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
background: linear-gradient(
to bottom right,
var(--carousel-faded-color),
transparent 150%
transparent
);
position: relative;
container-type: inline-size;
@ -962,7 +962,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
var(--carousel-faded-color),
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-position: bottom center;
}