mirror of
https://github.com/remvze/moodist.git
synced 2026-02-28 09:03:12 +08:00
style: decrease background opacity
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 25px 20px;
|
padding: 25px 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: linear-gradient(var(--color-neutral-100), transparent);
|
background: linear-gradient(rgb(24 24 27 / 50%), transparent);
|
||||||
border: 1px solid var(--color-neutral-200);
|
border: 1px solid var(--color-neutral-200);
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
transition: 0.2s;
|
transition: 0.2s;
|
||||||
|
|||||||
Reference in New Issue
Block a user