Dark theme color improvements
This commit is contained in:
parent
32b054cacf
commit
e947a005d9
|
@ -101,7 +101,7 @@
|
|||
<!-- Friendship badge -->
|
||||
{{if $Root.FriendMap.Get .ID}}
|
||||
<div class="has-text-centered">
|
||||
<span class="is-size-7 has-text-warning-dark">
|
||||
<span class="is-size-7 has-text-warning">
|
||||
<i class="fa fa-user-group" title="Friends"></i>
|
||||
Friends
|
||||
</span>
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
{{end}}
|
||||
|
||||
{{if .Thread.NoReply}}
|
||||
<sup class="has-text-warning-dark fa fa-ban is-size-6 ml-1"></sup>
|
||||
<sup class="has-text-warning fa fa-ban is-size-6 ml-1"></sup>
|
||||
{{end}}
|
||||
</a>
|
||||
</h2>
|
||||
|
@ -110,7 +110,7 @@
|
|||
{{.Forum.Title}}
|
||||
|
||||
{{if .Forum.Privileged}}
|
||||
<small class="has-text-warning-dark fa fa-peace"></small>
|
||||
<small class="has-text-warning fa fa-peace"></small>
|
||||
{{end}}
|
||||
|
||||
{{if .Forum.Explicit}}
|
||||
|
|
|
@ -209,7 +209,7 @@
|
|||
@{{.User.Username}}'s default profile picture is set to
|
||||
{{if eq .ProfilePictureHiddenVisibility "friends"}}
|
||||
<img src="/static/img/shy-friends.png" width="16" height="16">
|
||||
<strong class="has-text-warning-dark">Friends only</strong>
|
||||
<strong class="has-text-warning">Friends only</strong>
|
||||
{{else if eq .ProfilePictureHiddenVisibility "circle"}}
|
||||
<img src="/static/img/shy-secret.png" width="16" height="16">
|
||||
<strong class="has-text-private">Private</strong>
|
||||
|
|
Loading…
Reference in New Issue
Block a user