diff --git a/homepage/style.css b/homepage/style.css
index 32ec6f0..e9ed51c 100644
--- a/homepage/style.css
+++ b/homepage/style.css
@@ -633,6 +633,21 @@ tr {
box-shadow:0px 2px 4px -1px rgb(0 0 0 / 20%), 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);
}
+dl {
+ margin: 1em 0 0 1em;
+}
+dt {
+ float: left;
+ clear: left;
+ width: auto;
+ text-align: left;
+ font-weight: bold;
+ color: black;
+}
+dd::before {
+ content: ": ";
+}
+
input {
box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.10);
}
diff --git a/scripts/config.php b/scripts/config.php
index 26cc594..62d3188 100644
--- a/scripts/config.php
+++ b/scripts/config.php
@@ -164,10 +164,21 @@ if (!isset($_SERVER['PHP_AUTH_USER'])) {
tgram://{bot_token}/{chat_id}
twitter://{ConsumerKey}/{ConsumerSecret}/{AccessToken}/{AccessSecret}
https://discordapp.com/api/webhooks/{WebhookID}/{WebhookToken}
-..." style="vertical-align: top" name="apprise_input" cols="140" rows="5" type="text" >
-
+..." style="vertical-align: top" name="apprise_input" cols="140" rows="5" type="text" >
+
Use the variables defined above to customize your notification title and body.
+