diff --git a/bundle.css b/bundle.css index 1703030..9359cc6 100644 --- a/bundle.css +++ b/bundle.css @@ -18,6 +18,11 @@ body { height: 100vh; background-color: var(--background-body); font-family: ComicShannsMono Nerd Font, Chalkboard, Comic Sans MS, sans-serif; + + background-image: url("/img/background.jpg"); + background-position: 100% 100%; + background-size: cover; + backdrop-filter: blur(100px); } a { diff --git a/img/background.jpg b/img/background.jpg new file mode 100644 index 0000000..54e4f90 Binary files /dev/null and b/img/background.jpg differ