This is an automated email from the git hooks/post-receive script.
meskio pushed a commit to branch main in repository bridgedb.
commit 055e828a150d76b7c009e81f6673c66ddffbc11e Author: kez kez@torproject.org AuthorDate: Mon Jul 18 15:16:31 2022 -0700
FAQ questions are h4, not h3 --- frontend/assets/scss/_bridges.scss | 2 +- frontend/templates/support.jinja2 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/frontend/assets/scss/_bridges.scss b/frontend/assets/scss/_bridges.scss index 214a005..6562875 100644 --- a/frontend/assets/scss/_bridges.scss +++ b/frontend/assets/scss/_bridges.scss @@ -13,7 +13,7 @@ }
#bridgedb-support-body { - h3 { + h4 { color: #7D4698; }
diff --git a/frontend/templates/support.jinja2 b/frontend/templates/support.jinja2 index d659f36..34edd36 100644 --- a/frontend/templates/support.jinja2 +++ b/frontend/templates/support.jinja2 @@ -5,21 +5,21 @@ <div id="bridgedb-support-body" class="pt-3"> <details> <summary> - <h3>{{ _('What are bridges?') }}</h3> + <h4>{{ _('What are bridges?') }}</h4> </summary> {{ md(_('[Bridges](https://tb-manual.torproject.org/bridges/) are Tor relays that help you circumvent censorship.')) }} </details>
<details> <summary> - <h3>{{ _('I need an alternative way of getting bridges!') }}</h3> + <h4>{{ _('I need an alternative way of getting bridges!') }}</h4> </summary> {{ md(_('Another way to get bridges is to send an email to [bridges@torproject.org](mailto:bridges@torproject.org). Leave the email subject empty and write "get transport obfs4" in the email's message body. Please note that you must send the email using an address from one of the following email providers: [Riseup](https://riseup.net/) or [Gmail](https://mail.google.com/).')) }} </details>
<details> <summary> - <h3>{{ _("My bridges don't work! I need help!") }}</h3> + <h4>{{ _("My bridges don't work! I need help!") }}</h4> </summary> {{ md(_('If your Tor Browser cannot connect, please take a look at the [Tor Browser Manual](https://tb-manual.torproject.org/circumvention/) and our [Support Portal](https://support.torproject.org/#censorship).')) }} </details>