Dark theme text colors on FAQ page
This commit is contained in:
parent
7dc1ebd63f
commit
6866bec972
|
@ -356,8 +356,8 @@
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<strong class="has-text-warning-dark">Friends only</strong>
|
<strong class="has-text-warning">Friends only</strong>
|
||||||
<i class="fa fa-users has-text-warning-dark"></i>:
|
<i class="fa fa-users has-text-warning"></i>:
|
||||||
your profile pic displays as a yellow
|
your profile pic displays as a yellow
|
||||||
<img src="/static/img/shy-friends.png" width="16" height="16">
|
<img src="/static/img/shy-friends.png" width="16" height="16">
|
||||||
placeholder image for people who are not on your <a href="/friends">Friends</a> list.
|
placeholder image for people who are not on your <a href="/friends">Friends</a> list.
|
||||||
|
@ -414,13 +414,13 @@
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
The <strong>default</strong> visibility is <strong class="has-text-success-dark">"Public + Login Required."</strong> Users must be
|
The <strong>default</strong> visibility is <strong class="has-text-success">"Public + Login Required."</strong> Users must be
|
||||||
logged-in to an account in order to see anything about your profile page - if an
|
logged-in to an account in order to see anything about your profile page - if an
|
||||||
external (logged out) browser visits your profile URL, they will be redirected to
|
external (logged out) browser visits your profile URL, they will be redirected to
|
||||||
log in to an account first.
|
log in to an account first.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
You may optionally go <em>more</em> public with a <strong class="has-text-warning-dark">"Limited Logged-out View."</strong>
|
You may optionally go <em>more</em> public with a <strong class="has-text-warning">"Limited Logged-out View."</strong>
|
||||||
This enables your profile URL (e.g.,
|
This enables your profile URL (e.g.,
|
||||||
{{if .LoggedIn}}<a href="/u/{{.CurrentUser.Username}}?view=external">/u/{{.CurrentUser.Username}}</a>{{else}}/u/username{{end}})
|
{{if .LoggedIn}}<a href="/u/{{.CurrentUser.Username}}?view=external">/u/{{.CurrentUser.Username}}</a>{{else}}/u/username{{end}})
|
||||||
to show a <em>basic</em> page (with your square profile picture and display name) to
|
to show a <em>basic</em> page (with your square profile picture and display name) to
|
||||||
|
|
Loading…
Reference in New Issue
Block a user