💄 增加 icon 清晰度

This commit is contained in:
BTMuli
2023-11-18 21:01:47 +08:00
parent d98663dccb
commit 312436b4e2

View File

@@ -639,7 +639,10 @@ function submitHome(): void {
border: 1px solid var(--common-shadow-1);
border-radius: 10px;
margin-right: 15px;
background: var(--box-bg-2);
background:
linear-gradient(to bottom, rgb(255 255 255 / 15%) 0%, rgb(0 0 0 / 15%) 100%),
radial-gradient(at top center, rgb(255 255 255 / 40%) 0%, rgb(0 0 0 / 40%) 120%) #989898;
background-blend-mode: multiply, multiply;
}
.config-btn {