diff --git a/contrib/static/dayman.css b/contrib/static/dayman.css index 987b6fe..8236a9c 100644 --- a/contrib/static/dayman.css +++ b/contrib/static/dayman.css @@ -4,3 +4,10 @@ fighter of the night man champion of the sun */ +body { + background-color: #FFEFC9; + background-repeat: no-repeat; + background-attachment: fixed; + background-position: 100% 100%; + background-image: url('maymface.png'); +} \ No newline at end of file diff --git a/contrib/static/maymface.png b/contrib/static/maymface.png new file mode 100644 index 0000000..0ad9a4a Binary files /dev/null and b/contrib/static/maymface.png differ