From d184a50e2c6af755bc249b75bbd071228ae147fe Mon Sep 17 00:00:00 2001 From: ccbikai Date: Tue, 6 Aug 2024 20:35:26 +0800 Subject: [PATCH] feat: improve visual consistency in item background Adjusted the repeating-conic-gradient to enhance visual consistency by using a transparent color stop, addressing a subtle visual artifact. --- src/assets/item.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/item.css b/src/assets/item.css index 5ac68e4..79414a2 100644 --- a/src/assets/item.css +++ b/src/assets/item.css @@ -146,7 +146,7 @@ background: #ccc 60% 60% / 3000px 3000px; background-image: repeating-conic-gradient( #999 0 0.0001%, - #000 0 0.0002% + #0000 0 0.0002% ); }