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