diff --git a/assets/seiten/css/design.css b/assets/seiten/css/design.css index 3e8a39c..60cd6e0 100644 --- a/assets/seiten/css/design.css +++ b/assets/seiten/css/design.css @@ -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{ diff --git a/assets/seiten/css/index.css b/assets/seiten/css/index.css index 31f47a1..7d0e64b 100644 --- a/assets/seiten/css/index.css +++ b/assets/seiten/css/index.css @@ -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; } \ No newline at end of file diff --git a/index.html b/index.html index adddb11..be851bc 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,18 @@ + +
@@ -16,7 +28,7 @@
+