diff --git a/www/img/backgroundtile.png b/www/img/backgroundtile.png new file mode 100644 index 0000000..a2b31c4 Binary files /dev/null and b/www/img/backgroundtile.png differ diff --git a/www/styles.css b/www/styles.css index 36ef2f5..2504d47 100644 --- a/www/styles.css +++ b/www/styles.css @@ -2,6 +2,8 @@ body { /* Anything but light mode, please. */ background-color: #000000; color: #FFFFFF; + background-image: url("/img/backgroundtile.png"); + background-size: 10%; } .whspahTitle{