mirror of
https://github.com/spark-store-project/spark-store-abyss
synced 2025-12-17 21:01:38 +08:00
fix: update background gradient for improved visual effect
This commit is contained in:
@@ -294,7 +294,9 @@ section {
|
||||
background-image: linear-gradient(
|
||||
135deg,
|
||||
var(--p-primary-300),
|
||||
var(--s-background) 36%
|
||||
var(--s-background) 36%,
|
||||
var(--s-background) 50%,
|
||||
transparent
|
||||
);
|
||||
background-clip: padding-box;
|
||||
border: 3px solid transparent;
|
||||
|
||||
Reference in New Issue
Block a user