Skip to content

Commit

Permalink
Farbanpassungen
Browse files Browse the repository at this point in the history
  • Loading branch information
Mullana authored Jan 11, 2024
1 parent 4a7c0d2 commit bea3665
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ body {
background-color: $dark-body-bg;
}
.layout {
background-color: #e59193;
background-color: #eccdb3;
}
.card-body{
background-color: #f0d5d5;
background-color: #fff0f0;
color: black;
}

Expand Down Expand Up @@ -62,7 +62,7 @@ footer{
background-repeat: no-repeat;
background-size: cover;
padding: 4rem 2rem;
opacity: 0.8;
opacity: 1;
margin: 0;
.headLine {
font-size: 5rem;
Expand Down Expand Up @@ -99,7 +99,7 @@ ul {
position: sticky;
top: 0;
z-index: 20;
background-color: #cea0a2;
background-color: #da9f89;
nav {
min-height: 38px;
max-width: 920px;
Expand Down

0 comments on commit bea3665

Please sign in to comment.