diff --git a/css/base_design.less b/css/base_design.less index cb9792f..212325b 100755 --- a/css/base_design.less +++ b/css/base_design.less @@ -5,7 +5,9 @@ html, body { - background-color: @ini_background_site; + background-image: url("images/fafo-background.png"); + background-repeat: no-repeat; + background-color: #d9d9d9; } /* highlight selected tool */ diff --git a/images/fafo-background.png b/images/fafo-background.png new file mode 100644 index 0000000..1d5bc19 Binary files /dev/null and b/images/fafo-background.png differ