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

@ -4,7 +4,7 @@
padding: 25px; padding: 25px;
/*width: 900px;*/ /*width: 900px;*/
width: stretch; width: stretch;
color: lightgray; color: lightgrey;
} }
h5 { h5 {

View file

@ -1,14 +1,8 @@
 
h5 {
color: lightgrey;
}
table { table {
column-width: auto; column-width: auto;
color: lightgray; color: lightgrey;
width: fit-content; width: fit-content;
/* border-top: none;
border-bottom: none;*/
} }
button { button {
@ -29,12 +23,3 @@ button {
max-width: 500px; max-width: 500px;
width: fit-content; width: fit-content;
} }
/*.roleTable table tr:not(:first-child) > td {
border-top: none;
}
.roleTable table tr:not(:last-child) > td {
border-bottom: none;
}*/

View file

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

View file

@ -2,6 +2,8 @@
position: relative; position: relative;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
background-color: rgb(50,50,50);
color: lightgrey;
} }
main { main {
@ -12,8 +14,16 @@ main {
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%); background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
} }
.loginText {
color: lightgrey;
}
::deep .nav-link {
color: lightskyblue;
}
.top-row { .top-row {
background-color: #f7f7f7; background-color: #202020;
border-bottom: 1px solid #d6d5d5; border-bottom: 1px solid #d6d5d5;
justify-content: flex-end; justify-content: flex-end;
height: 3.5rem; height: 3.5rem;