diff --git a/index.html b/index.html index 99787ae..b2e8499 100644 --- a/index.html +++ b/index.html @@ -59,10 +59,10 @@
  • - nin0-bot: A generic kitchen sink bot with basic moderation features + nin0-bot: An in-development kitchen-sink Discord Bot with moderation, fun and utility
  • @@ -76,6 +76,7 @@ Email: support@nin0.dev
  • Telegram: @nin0dev
  • GitHub: nin0-dev
  • diff --git a/style.css b/style.css index 8035fc6..d8fcd12 100644 --- a/style.css +++ b/style.css @@ -5,9 +5,9 @@ --offline-color: #80848e; } body { - background-color: #003D3D; padding: 30px; font-family: sans-serif !important; + background-image: url(wallpaper.jpg); } #main-window { max-width: 600px; diff --git a/wallpaper.jpg b/wallpaper.jpg new file mode 100644 index 0000000..5c68af5 Binary files /dev/null and b/wallpaper.jpg differ