diff --git a/assets/css/style.css b/assets/css/style.css index 8ac4e73..6e2f36b 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -9,6 +9,7 @@ body { padding: 0; box-sizing:border-box; background-color: #EFEFEF; + background-image: url(/img/winter.png); color: #575757; text-align: center; font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; diff --git a/static/img/leaves.webp b/static/img/leaves.webp new file mode 100644 index 0000000..8fd3e33 Binary files /dev/null and b/static/img/leaves.webp differ diff --git a/static/img/winter.png b/static/img/winter.png new file mode 100644 index 0000000..86ef788 Binary files /dev/null and b/static/img/winter.png differ