From f836163bf8ae0f5f805567d205aced626731c284 Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Sun, 30 Oct 2022 21:24:56 +0800 Subject: [PATCH] css --- source/css/_layout/list.styl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/css/_layout/list.styl b/source/css/_layout/list.styl index f3155b2..d3465c2 100644 --- a/source/css/_layout/list.styl +++ b/source/css/_layout/list.styl @@ -106,8 +106,10 @@ color: var(--text-p0) &[position=top] top: 0 + background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0)) &[position=bottom] bottom: 0 + background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.2)) div+div margin-top: 4px .cap