Dark theme text colors on FAQ page
This commit is contained in:
parent
7dc1ebd63f
commit
6866bec972
|
@ -356,8 +356,8 @@
|
|||
|
||||
<ul>
|
||||
<li>
|
||||
<strong class="has-text-warning-dark">Friends only</strong>
|
||||
<i class="fa fa-users has-text-warning-dark"></i>:
|
||||
<strong class="has-text-warning">Friends only</strong>
|
||||
<i class="fa fa-users has-text-warning"></i>:
|
||||
your profile pic displays as a yellow
|
||||
<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.
|
||||
|
@ -414,13 +414,13 @@
|
|||
|
||||
<ul>
|
||||
<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
|
||||
external (logged out) browser visits your profile URL, they will be redirected to
|
||||
log in to an account first.
|
||||
</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.,
|
||||
{{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
|
||||
|
|
Loading…
Reference in New Issue
Block a user