Skip to content

Commit bf232cf

Browse files
zdavatzclaude
andcommitted
Fix swiyu nav bar colors: black text for user info, blue for links
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 69aa282 commit bf232cf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/views/index.scala.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@
6363
<!-- SWIYU LOGIN STATUS -->
6464
<div class="nav-button" id="swiyu-status" style="float: right; margin-right: 12px; line-height: 48px;">
6565
@if(vc.swiyuAuthenticated) {
66-
<span style="font-size: 13px; color: #fff;">@vc.swiyuFullName (GLN: @vc.swiyuGln)</span>
67-
<a href="/swiyu/logout" style="font-size: 13px; color: #aaa; margin-left: 8px;">Logout</a>
66+
<span style="font-size: 13px; color: #000;">@vc.swiyuFullName (GLN: @vc.swiyuGln)</span>
67+
<a href="/swiyu/logout" style="font-size: 13px; color: blue; margin-left: 8px;">Logout</a>
6868
} else {
69-
<a href="/swiyu" style="font-size: 13px; color: #fff;">swiyu Login</a>
69+
<a href="/swiyu" style="font-size: 13px; color: blue;">swiyu Login</a>
7070
}
7171
</div>
7272
<!-- SPONSORS BUTTONS -->

0 commit comments

Comments
 (0)