better contrast for background and logo

This commit is contained in:
Chneemann 2024-08-01 18:38:56 +02:00
parent 59d36b0530
commit 36cccc8254
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,5 @@
@import "./../../../../assets/style/colors.scss";
header {
display: flex;
justify-content: space-between;
@ -8,6 +10,7 @@ header {
.logo {
img {
filter: drop-shadow(1px 1px 3px $black);
width: 200px;
height: 32px;
}

View file

@ -4,7 +4,7 @@ section {
}
.bg-home {
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
url(./../../../assets/img/backgrounds/home.png);
background-size: cover;
background-position: center;