Various dark theme color fixes

main
Noah Petherbridge 2024-03-30 15:59:29 -07:00
parent ad59440b2b
commit a669b58c55
6 changed files with 17 additions and 17 deletions

View File

@ -148,7 +148,7 @@
<!-- New Feature --> <!-- New Feature -->
{{if not (.CurrentUser.GetProfileField "hero-color-start")}} {{if not (.CurrentUser.GetProfileField "hero-color-start")}}
<div class="card block"> <div class="card block">
<header class="card-header has-background-success-dark"> <header class="card-header has-background-success">
<p class="card-header-title has-text-light"> <p class="card-header-title has-text-light">
<i class="fa fa-gift mr-2"></i> <i class="fa fa-gift mr-2"></i>
New Feature: Profile Look &amp; Feel New Feature: Profile Look &amp; Feel
@ -269,7 +269,7 @@
<div class="column"> <div class="column">
<div class="card" id="notifications"> <div class="card" id="notifications">
<header class="card-header has-background-warning"> <header class="card-header has-background-warning">
<p class="card-header-title has-text-dark-dark">Notifications</p> <p class="card-header-title has-text-dark">Notifications</p>
</header> </header>
<div class="card-content"> <div class="card-content">
@ -339,7 +339,7 @@
<div class="card nonshy-collapsible-mobile nonshy-collapsible-always mb-5"> <div class="card nonshy-collapsible-mobile nonshy-collapsible-always mb-5">
<header class="card-header has-background-link-light"> <header class="card-header has-background-link-light">
<p class="card-header-title"> <p class="card-header-title has-text-dark">
<i class="fa fa-list mr-2"></i> Notification Types <i class="fa fa-list mr-2"></i> Notification Types
</p> </p>
<button class="card-header-icon" type="button"> <button class="card-header-icon" type="button">

View File

@ -70,7 +70,7 @@
<div class="card nonshy-collapsible-mobile"> <div class="card nonshy-collapsible-mobile">
<header class="card-header has-background-link-light"> <header class="card-header has-background-link-light">
<p class="card-header-title"> <p class="card-header-title has-text-dark">
Search Filters Search Filters
</p> </p>
<button class="card-header-icon" type="button"> <button class="card-header-icon" type="button">

View File

@ -45,7 +45,7 @@
<div class="card nonshy-collapsible-mobile"> <div class="card nonshy-collapsible-mobile">
<header class="card-header has-background-link-light"> <header class="card-header has-background-link-light">
<p class="card-header-title"> <p class="card-header-title has-text-dark">
Search Filters Search Filters
</p> </p>
<button class="card-header-icon" type="button"> <button class="card-header-icon" type="button">

View File

@ -243,32 +243,32 @@
{{if eq $Root.Box "sent"}} {{if eq $Root.Box "sent"}}
{{$User := $UserMap.Get .TargetUserID}} {{$User := $UserMap.Get .TargetUserID}}
<div class="column is-narrow"> <div class="column is-narrow">
<strong class="has-text-success-dark">Sent To</strong> <strong class="has-text-success">Sent To</strong>
</div> </div>
<div class="column is-narrow mx-2"> <div class="column is-narrow mx-2">
{{template "avatar-24x24" $User}} {{template "avatar-24x24" $User}}
</div> </div>
<div class="column has-text-success-dark">{{$User.Username}}</div> <div class="column has-text-success">{{$User.Username}}</div>
{{else}} {{else}}
{{$User := $UserMap.Get .SourceUserID}} {{$User := $UserMap.Get .SourceUserID}}
<div class="column is-narrow"> <div class="column is-narrow">
<strong class="has-text-info-dark">From</strong> <strong class="has-text-info">From</strong>
</div> </div>
<div class="column is-narrow mx-2"> <div class="column is-narrow mx-2">
{{template "avatar-24x24" $User}} {{template "avatar-24x24" $User}}
</div> </div>
<div class="column has-text-info-dark">{{$User.Username}}</div> <div class="column has-text-info">{{$User.Username}}</div>
{{end}} {{end}}
</div> </div>
<div class="my-1"> <div class="my-1">
<a href="/messages/read/{{.ID}}" class="has-text-dark"> <a href="/messages/read/{{.ID}}" class="has-text-text">
<em> <em>
{{Substring .Message 48}}{{if gt (len .Message) 48}}…{{end}} {{Substring .Message 48}}{{if gt (len .Message) 48}}…{{end}}
</em> </em>
</a> </a>
</div> </div>
<div> <div>
<a href="/messages/read/{{.ID}}" class="has-text-dark"> <a href="/messages/read/{{.ID}}" class="has-text-text">
Sent {{.CreatedAt.Format "2006-01-02 15:04:05"}} Sent {{.CreatedAt.Format "2006-01-02 15:04:05"}}
{{if not .Read}} {{if not .Read}}
<span class="tag is-success">{{if eq $Root.Box "sent"}}UNREAD{{else}}NEW{{end}}</span> <span class="tag is-success">{{if eq $Root.Box "sent"}}UNREAD{{else}}NEW{{end}}</span>

View File

@ -344,7 +344,7 @@
<div class="card nonshy-collapsible-mobile"> <div class="card nonshy-collapsible-mobile">
<header class="card-header has-background-link-light"> <header class="card-header has-background-link-light">
<p class="card-header-title"> <p class="card-header-title has-text-dark">
Search Filters Search Filters
</p> </p>
<button class="card-header-icon" type="button"> <button class="card-header-icon" type="button">

View File

@ -306,7 +306,7 @@
name="visibility" name="visibility"
value="friends" value="friends"
{{if eq .EditPhoto.Visibility "friends"}}checked{{end}}> {{if eq .EditPhoto.Visibility "friends"}}checked{{end}}>
<strong class="has-text-warning-dark ml-1"> <strong class="has-text-warning ml-1">
<span>Friends only</span> <span>Friends only</span>
<span class="icon"><i class="fa fa-user-group"></i></span> <span class="icon"><i class="fa fa-user-group"></i></span>
</strong> </strong>
@ -335,9 +335,9 @@
</p> </p>
</div> </div>
<div class="has-text-warning-dark is-size-7 mt-4"> <div class="has-text-warning is-size-7 mt-4">
<i class="fa fa-info-circle mr-1"></i> <i class="fa fa-info-circle mr-1"></i>
<strong class="has-text-warning-dark">Reminder:</strong> There are risks inherent with sharing <strong class="has-text-warning">Reminder:</strong> There are risks inherent with sharing
pictures on the Internet, and {{PrettyTitle}} can't guarantee that another member of the site pictures on the Internet, and {{PrettyTitle}} can't guarantee that another member of the site
won't download and possibly redistribute your photos. You may mark your picture as "Friends only" won't download and possibly redistribute your photos. You may mark your picture as "Friends only"
or "Private" to limit who on the website will see it, but anybody who <em>can</em> see it could potentially or "Private" to limit who on the website will see it, but anybody who <em>can</em> see it could potentially
@ -363,7 +363,7 @@
</label> </label>
{{if .SiteGalleryThrottled}} {{if .SiteGalleryThrottled}}
<p class="help has-text-warning-dark"> <p class="help has-text-warning">
<i class="fa fa-exclamation-triangle"></i> <i class="fa fa-exclamation-triangle"></i>
You have shared too many photos with the Site Gallery recently!<br><br> You have shared too many photos with the Site Gallery recently!<br><br>
We currently limit members to featuring <strong>{{.SiteGalleryThrottleLimit}} photos</strong> We currently limit members to featuring <strong>{{.SiteGalleryThrottleLimit}} photos</strong>
@ -380,7 +380,7 @@
Leave this box checked and your photo can appear in the site's Photo Gallery Leave this box checked and your photo can appear in the site's Photo Gallery
page. Mainly your <strong class="has-text-link">Public</strong> photos will appear page. Mainly your <strong class="has-text-link">Public</strong> photos will appear
on the Gallery, and your approved friends may see your on the Gallery, and your approved friends may see your
<strong class="has-text-warning-dark">Friends-only</strong> photos there as well. <strong class="has-text-warning">Friends-only</strong> photos there as well.
<strong class="has-text-private">Private</strong> photos may appear in <strong class="has-text-private">Private</strong> photos may appear in
the gallery to users whom you have granted access. If this is undesirable, the gallery to users whom you have granted access. If this is undesirable,
un-check the Gallery box to skip the Site Gallery. un-check the Gallery box to skip the Site Gallery.