Compare commits

..

No commits in common. "bb0d389b093665249439926eb7c4303f2ecfe8a1" and "3d22bf59100064494f0c1cdb5a8d25e303e9af2e" have entirely different histories.

5 changed files with 0 additions and 5 deletions

View File

@ -15,6 +15,5 @@
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
z-index: 100;
box-shadow: 2px 2px 30px rgba(0,0,0,0.19);
}
</style>

View File

@ -24,6 +24,5 @@
padding: 10px;
background-color: var(--overlay-color);
border-radius: 10px;
box-shadow: 2px 2px 30px rgba(0,0,0,0.19);
}
</style>

View File

@ -27,7 +27,6 @@
padding: 0;
height: 50px;
z-index: 20;
box-shadow: 0 3px 30px rgba(0,0,0,0.19);
}
img {

View File

@ -38,7 +38,6 @@
width: 100%;
height: 50px;
background-color: rgb(54, 54, 54);
box-shadow: 0 -2px 30px rgba(0,0,0,0.19);
}
footer a {

View File

@ -61,7 +61,6 @@
background-color: grey;
border-radius: 10px;
z-index: 2500;
box-shadow: 1px 1px 3px rgba(0,0,0,0.19);
}
.navButton {