summaryrefslogtreecommitdiff
path: root/themes/hugo-coder
diff options
context:
space:
mode:
Diffstat (limited to 'themes/hugo-coder')
-rw-r--r--themes/hugo-coder/layouts/_default/baseof.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/hugo-coder/layouts/_default/baseof.html b/themes/hugo-coder/layouts/_default/baseof.html
index 55adb94..1929618 100644
--- a/themes/hugo-coder/layouts/_default/baseof.html
+++ b/themes/hugo-coder/layouts/_default/baseof.html
@@ -34,9 +34,11 @@
34 animation: snow var(--s) linear var(--d) infinite; 34 animation: snow var(--s) linear var(--d) infinite;
35 } 35 }
36 36
37 /**
37 body { 38 body {
38 overflow: hidden; 39 overflow: hidden;
39 } 40 }
41 **/
40 42
41 </style> 43 </style>
42 44