reworked site colors

This commit is contained in:
t.ruspekhofer 2022-03-19 20:16:50 +01:00
parent e626ca2b65
commit 2aa6978137
4 changed files with 15 additions and 20 deletions

View file

@ -14,10 +14,10 @@
<div class="top-row px-4">
<AuthorizeView>
<Authorized>
<a href="Account/Logout">Log out</a>
<a href="Account/Logout" class="loginText">Log out</a>
</Authorized>
<NotAuthorized>
<a href="Account/Login">Log in</a>
<a href="Account/Login" class="loginText">Log in</a>
</NotAuthorized>
</AuthorizeView>
</div>