diff --git a/sass/style.scss b/sass/style.scss
index a380701..9818e95 100644
--- a/sass/style.scss
+++ b/sass/style.scss
@@ -227,9 +227,9 @@ header {
width: 100%;
height: 100%;
background-image: url('img/forest.svg');
- background-size: contain;
+ background-size: auto 10em;
background-position: center bottom -4px; // -4px fixes a visible line on some resolutions
- background-repeat: no-repeat;
+ background-repeat: repeat-x;
filter: invert(0%) contrast(94.5%);
@media (prefers-color-scheme: dark) {
diff --git a/static/img/forest.svg b/static/img/forest.svg
index b4d2656..a173e93 100644
--- a/static/img/forest.svg
+++ b/static/img/forest.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file