Fix white text in FAQ (again)
parent
8854889aad
commit
35d0ac3d5e
|
@ -54,7 +54,7 @@
|
|||
{%- endif %}
|
||||
|
||||
{% if not globals.is_for_personal_use -%}
|
||||
<h3 class="subtitle has-text-white-ter">Will you keep my uploads forever?</h3>
|
||||
<h3 class="subtitle">Will you keep my uploads forever?</h3>
|
||||
<article class="message">
|
||||
<div class="message-body">
|
||||
Unless the uploads are included within the banned categories above, or some other bullshit, I will.<br>
|
||||
|
@ -94,7 +94,7 @@
|
|||
{%- endif %}
|
||||
|
||||
{% if globals.email -%}
|
||||
<h3 class="subtitle has-text-white-ter">I saw something too illegal for my tastes here, what should I do?</h3>
|
||||
<h3 class="subtitle">I saw something too illegal for my tastes here, what should I do?</h3>
|
||||
<article class="message">
|
||||
<div class="message-body">
|
||||
Send a strongly worded email to <a href="mailto:{{ globals.email }}">{{ globals.email }}</a> and I will try to get back to you within <strong>48 hours</strong>.<br>
|
||||
|
@ -141,7 +141,7 @@
|
|||
|
||||
{% if not globals.is_for_personal_use -%}
|
||||
{# lolisafe does not do this by default, enable only if you specifically do so #}
|
||||
<h3 class="subtitle has-text-white-ter">Why are my <strong>.htm/.html</strong> uploads being served as plain text?</h3>
|
||||
<h3 class="subtitle">Why are my <strong>.htm/.html</strong> uploads being served as plain text?</h3>
|
||||
<article class="message">
|
||||
<div class="message-body">
|
||||
There had been too many phishing pages being uploaded in the past.
|
||||
|
@ -163,7 +163,7 @@
|
|||
{%- endif %}
|
||||
|
||||
{% if config.cloudflare.purgeCache and not globals.is_for_personal_use -%}
|
||||
<h3 class="subtitle has-text-white-ter">Since my uploads are cached, what about after I delete them from the dashboard?</h3>
|
||||
<h3 class="subtitle">Since my uploads are cached, what about after I delete them from the dashboard?</h3>
|
||||
<article class="message">
|
||||
<div class="message-body">
|
||||
We will send API requests to Cloudflare to purge their cache immediately after you delete your uploads from the dashboard.<br>
|
||||
|
@ -205,7 +205,7 @@
|
|||
</article>
|
||||
|
||||
{% if config.routes.nojs !== false -%}
|
||||
<h3 class="subtitle has-text-white-ter">Do you have a No-JS uploader form?</h3>
|
||||
<h3 class="subtitle">Do you have a No-JS uploader form?</h3>
|
||||
<article class="message">
|
||||
<div class="message-body">
|
||||
<a href="nojs" target="_blank"><strong>Yes!</strong></a>
|
||||
|
@ -237,7 +237,7 @@
|
|||
{%- endif %}
|
||||
|
||||
{% if globals.fork_repo and not globals.is_for_personal_use -%}
|
||||
<h3 class="subtitle has-text-white-ter">I found a bug! -or- I want to request a feature!</h3>
|
||||
<h3 class="subtitle">I found a bug! -or- I want to request a feature!</h3>
|
||||
<article class="message">
|
||||
<div class="message-body">
|
||||
Feel free to create a {{ globals.fork_host }} issue <a href="{{ globals.fork_issues }}" target="_blank" rel="noopener">here</a>.</br>
|
||||
|
@ -249,7 +249,7 @@
|
|||
{%- endif %}
|
||||
|
||||
{% if not globals.is_for_personal_use -%}
|
||||
<h3 class="subtitle has-text-white-ter">How do I delete my own account <strong>and</strong> all the uploads associated with it?</h3>
|
||||
<h3 class="subtitle">How do I delete my own account <strong>and</strong> all the uploads associated with it?</h3>
|
||||
<article class="message">
|
||||
<div class="message-body">
|
||||
For now, you will also have to contact me through my email above.<br>
|
||||
|
@ -266,7 +266,7 @@
|
|||
<h2 id="privacy" class='title is-spaced'>Privacy</h2>
|
||||
|
||||
{% if not globals.is_for_personal_use -%}
|
||||
<h3 class="subtitle has-text-white-ter">What information is kept with uploads?</h3>
|
||||
<h3 class="subtitle">What information is kept with uploads?</h3>
|
||||
<article class="message">
|
||||
<div class="message-body">
|
||||
The uploader's <strong>IP address</strong>.
|
||||
|
@ -316,7 +316,7 @@
|
|||
{%- endif %}
|
||||
|
||||
{% if globals.email -%}
|
||||
<h3 class="subtitle has-text-white-ter">I still have more unanswered questions!</h3>
|
||||
<h3 class="subtitle">I still have more unanswered questions!</h3>
|
||||
<article class="message">
|
||||
<div class="message-body">
|
||||
Feel free to email <a href="mailto:{{ globals.email }}">{{ globals.email }}</a>.
|
||||
|
|
Reference in New Issue