This is an automated email from the ASF dual-hosted git repository.
kriszu pushed a commit to branch dev
in repository
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git
The following commit(s) were added to refs/heads/dev by this push:
new 29626cf1 [improve] sync home page color (#155)
29626cf1 is described below
commit 29626cf1f813ae54848394001ce49c89755672ed
Author: WSZ <[email protected]>
AuthorDate: Mon Nov 14 11:32:12 2022 +0800
[improve] sync home page color (#155)
---
src/pages/home/theme.less | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pages/home/theme.less b/src/pages/home/theme.less
index df1ee090..3613bffc 100644
--- a/src/pages/home/theme.less
+++ b/src/pages/home/theme.less
@@ -2235,7 +2235,7 @@ section,
.bg-gradient-primary {
background-color: var(--bs-primary);
- background-image: linear-gradient(130deg, #4922b3 15%, #5b2be0 40%, #5b2be0
60%, #7c55e6 100%) !important
+ background-image: linear-gradient(130deg, #0e18d2 15%, #3172f5 40%, #3172f5
60%, #60cff2 100%) !important
}
.bg-gradient-secondary {