mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 08:54:13 +00:00
style: lower opacity
This commit is contained in:
parent
f7302dec5b
commit
d4cc24e468
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
& .wrapper {
|
& .wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 0 20px 40px;
|
padding: 0 20px 40px;
|
||||||
background: linear-gradient(transparent, var(--color-neutral-100));
|
background: linear-gradient(transparent, rgb(24 24 27 / 80%));
|
||||||
border-radius: 0 0 20px 20px;
|
border-radius: 0 0 20px 20px;
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
background: linear-gradient(
|
background: linear-gradient(
|
||||||
90deg,
|
90deg,
|
||||||
transparent,
|
transparent,
|
||||||
var(--color-neutral-300),
|
var(--color-neutral-400),
|
||||||
transparent
|
transparent
|
||||||
);
|
);
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue