This commit is contained in:
2021-12-06 12:11:32 +01:00
parent 1ed83a7a29
commit 466f57a605
4 changed files with 11 additions and 11 deletions

View File

@@ -33,7 +33,7 @@ body{
float: left;
height: 60%;
display: block;
color: #f2f2f2;
color: #b5b5bd;
text-align: center;
text-decoration: none;
transition: ease 0.3s;
@@ -42,7 +42,7 @@ body{
position: fixed;
top: 25px;
right: 100px;
color: #f2f2f2;
color: #b5b5bd;
}
.btn-right {
@@ -59,7 +59,7 @@ body{
display: inline-block;
cursor: pointer;
text-decoration: none;
color: #fff;
color: #b5b5bd;
border: rgb(138,43,226) 0.125em solid;
padding: 0.125em 0.5em;
margin-left: 0.425em;
@@ -82,7 +82,7 @@ body{
.neon-button:hover,
.neon-button:focus {
color: #fff;
color: #b5b5bd;
text-shadow: none;
box-shadow: 0 0 2em 0.5em rgb(138,43,226);
background-color: rgb(138,43,226);

View File

@@ -63,12 +63,12 @@
width: 65%;
margin-top: 2%;
height: 50%;
color: #b5b5bd;
}
.über-uns p {
text-align: left;
margin-left: 2em;
font-size: 1.25em;
color: #FFFAFA;
}
.shop {
width: 65%;