diff --git a/web/css/main.css b/web/css/main.css index 0ba47267..30abf4e6 100644 --- a/web/css/main.css +++ b/web/css/main.css @@ -1,6 +1,7 @@ body { font-family: Arial, Helvetica, sans-serif; background-color: #75b0c5; + background: url("/images/pattern.png") repeat fixed 0 0 rgba(0, 0, 0, 0); margin: 0; padding: 0; border: 0; diff --git a/web/images/pattern.png b/web/images/pattern.png new file mode 100644 index 00000000..cd4e03a8 Binary files /dev/null and b/web/images/pattern.png differ