chore(css): adjust gradient color for better contrast

Improved contrast in item background gradient to enhance visibility.
This commit is contained in:
ccbikai
2024-08-06 19:58:14 +08:00
parent b3d9ceb925
commit 69c7eb2da7

View File

@@ -145,7 +145,7 @@
color: transparent;
background: #ccc 60% 60% / 3000px 3000px;
background-image: repeating-conic-gradient(
#ccc 0 0.0001%,
#999 0 0.0001%,
#000 0 0.0002%
);
}