summaryrefslogtreecommitdiff
path: root/docs/summer.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/summer.css')
-rw-r--r--docs/summer.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/summer.css b/docs/summer.css
new file mode 100644
index 0000000..5a2572d
--- /dev/null
+++ b/docs/summer.css
@@ -0,0 +1,9 @@
+body
+{
+ background: #14504a url(website_assets/bg_summer.webp);
+ background-attachment: fixed;
+ background-position-x: 50%;
+ background-position-y: 100%;
+ background-repeat: no-repeat;
+ background-size: cover;
+}