asdfghjklöä

This commit is contained in:
2021-12-15 10:10:29 +01:00
parent 86907287f1
commit 08fefeadb1
3 changed files with 22 additions and 1 deletions

View File

@@ -27,6 +27,12 @@ body{
height: 7rem;
padding-right: 1.25rem;
padding-left: 1.25rem;
background: transparent;
}
.menu.scrolled {
background: rgb(35,35,35);
background: linear-gradient(180deg, rgba(35,35,35,1) 0%, rgba(51,51,51,0.9) 50%, rgba(68,68,68,0.8) 100%);
}
.menu a{

View File

@@ -74,10 +74,13 @@
height: 30%;
}
.shop, .über-uns{
overflow: hidden;
background-color: rgba(0, 0, 0, 0.12);
margin-right: 2.5%;
text-align: center;
border-radius: 1em;
border: 0.05em solid #121212;
color: #b5b5bd;
z-index: 50 !important;
font-size: small;
}