We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38831cb commit fa3b2d2Copy full SHA for fa3b2d2
docs/custom.css
@@ -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
mkdocs.yml
@@ -46,3 +46,5 @@ extra_javascript:
46
47
extra_css:
48
- https://cdn.jsdelivr.net/npm/prism-themes/themes/prism-one-dark.css
49
+ - custom.css
50
+
0 commit comments