We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69aa282 commit bf232cfCopy full SHA for bf232cf
1 file changed
app/views/index.scala.html
@@ -63,10 +63,10 @@
63
<!-- SWIYU LOGIN STATUS -->
64
<div class="nav-button" id="swiyu-status" style="float: right; margin-right: 12px; line-height: 48px;">
65
@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>
+ <span style="font-size: 13px; color: #000;">@vc.swiyuFullName (GLN: @vc.swiyuGln)</span>
+ <a href="/swiyu/logout" style="font-size: 13px; color: blue; margin-left: 8px;">Logout</a>
68
} else {
69
- <a href="/swiyu" style="font-size: 13px; color: #fff;">swiyu Login</a>
+ <a href="/swiyu" style="font-size: 13px; color: blue;">swiyu Login</a>
70
}
71
</div>
72
<!-- SPONSORS BUTTONS -->
0 commit comments