From 249e6feceb3d04f4ca0bc4813a35d3c1fc2aaa60 Mon Sep 17 00:00:00 2001 From: Soper Date: Thu, 8 Jul 2021 23:54:54 -0400 Subject: [PATCH] adding more customization --- static/css/uguu.css | 2 +- templates/index.swig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/uguu.css b/static/css/uguu.css index c9a2d32..79c8f45 100644 --- a/static/css/uguu.css +++ b/static/css/uguu.css @@ -35,7 +35,7 @@ */ body { background-attachment: fixed, fixed; - background-color: #F7F7F7; + background-color: #1b1b1b; background-image: url('grill.php'), url('img/bg.png'); background-position: 85% 100%, top left; background-repeat: no-repeat, repeat; diff --git a/templates/index.swig b/templates/index.swig index b997e0e..f37b70c 100644 --- a/templates/index.swig +++ b/templates/index.swig @@ -2,7 +2,7 @@ {% block body %}
-

{{siteName}}~

+

{{siteName}}!

Max upload size is {{max_upload_size}} MiB & files expire after 24H, read the FAQ

{% include "upload_form.swig" %}