mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 17:16:26 +01:00
Slight adjustment to carousel colors
This commit is contained in:
parent
6581bc2881
commit
a59668ea9a
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue