forked from Sarah/Lieb-Website
reworked site colors
This commit is contained in:
parent
e626ca2b65
commit
2aa6978137
4 changed files with 15 additions and 20 deletions
|
@ -2,6 +2,8 @@
|
|||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background-color: rgb(50,50,50);
|
||||
color: lightgrey;
|
||||
}
|
||||
|
||||
main {
|
||||
|
@ -12,8 +14,16 @@ main {
|
|||
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
|
||||
}
|
||||
|
||||
.loginText {
|
||||
color: lightgrey;
|
||||
}
|
||||
|
||||
::deep .nav-link {
|
||||
color: lightskyblue;
|
||||
}
|
||||
|
||||
.top-row {
|
||||
background-color: #f7f7f7;
|
||||
background-color: #202020;
|
||||
border-bottom: 1px solid #d6d5d5;
|
||||
justify-content: flex-end;
|
||||
height: 3.5rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue