Commit 055e828a authored by kez's avatar kez
Browse files

FAQ questions are h4, not h3

parent 0ebcd67d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
}

#bridgedb-support-body {
    h3 {
    h4 {
        color: #7D4698;
    }

+3 −3
Original line number Diff line number Diff line
@@ -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>