Dark theme color improvements

main
Noah Petherbridge 2024-04-13 14:55:25 -07:00
parent 32b054cacf
commit e947a005d9
3 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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}}

View File

@ -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>