mirror of
https://github.com/handsomezhuzhu/handsomezhuzhu.github.io.git
synced 2026-02-20 20:00:14 +00:00
初始化项目
This commit is contained in:
13
docs/.vitepress/theme/style.scss
Normal file
13
docs/.vitepress/theme/style.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
.VPHome {
|
||||
// 定义遮罩样式
|
||||
background: radial-gradient(ellipse,
|
||||
rgba(var(--bg-gradient-home), 1) 0%,
|
||||
rgba(var(--bg-gradient-home), 0) 150%);
|
||||
|
||||
// 自定义首页背景图
|
||||
&::before {
|
||||
// 图片来源:https://zhuanlan.zhihu.com/p/54060187
|
||||
background-image: url(./assets/bg.webp);
|
||||
background-size: cover;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user