Skip to content

Commit fa3b2d2

Browse files
committed
添加背景图片
1 parent 38831cb commit fa3b2d2

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

docs/custom.css

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
body {
2+
background-image: url(resources/images/bg.jpg);
3+
background-size: cover;
4+
background-attachment: fixed;
5+
background-position: center;
6+
background-blend-mode: overlay
7+
}

docs/resources/images/bg.jpg

2.88 MB
Loading

mkdocs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,5 @@ extra_javascript:
4646

4747
extra_css:
4848
- https://cdn.jsdelivr.net/npm/prism-themes/themes/prism-one-dark.css
49+
- custom.css
50+

0 commit comments

Comments
 (0)