Slight re-wording on main configuration help screen (#62)

This commit is contained in:
Chris Caron 2021-11-14 10:48:31 -05:00 committed by GitHub
parent c9ef057e34
commit efe88a52d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 5 deletions

View File

@ -53,11 +53,11 @@
</div>
<div class="section no-config">
<div class="divider"></div>
<p><strong>
{% blocktrans %}To get started, the first thing you want to do is define your configuration. Do this by
clicking on the <i>Configuration tab</i>.
<p>
<i class="material-icons info">info</i>
{% blocktrans %}Once you have successfully load <i>at least one Apprise URL</i> on the <strong><i class="material-icons">settings</i> Configuration</strong> section, your loaded entries will display here.
{% endblocktrans %}
</strong></p>
</p>
<div class="divider"></div>
</div>
{% else %}

View File

@ -42,6 +42,12 @@ em {
font-weight:bold;
}
.no-config .info {
color: #004d40;
font-size: 3.3rem;
}
textarea {
height: 16rem;
}