diff --git a/bundle.css b/bundle.css index 1703030..5f4fb5b 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 { @@ -167,6 +172,7 @@ nav { color: var(--text) !important; background-color: var(--background); border-radius: var(--rounding); + border: #000000 2px dotted; list-style-type: none; margin: 0; 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