Replaced wordmark and more.

This commit is contained in:
2020-01-28 16:38:32 +01:00
parent 70b2a7b7fb
commit 506136ee1a
4 changed files with 22 additions and 3 deletions

View File

@@ -121,6 +121,7 @@ button {
align-items: center;
img {
width: 100px;
cursor: pointer;
}
@@ -169,6 +170,16 @@ button {
align-items: center;
background-color: rgba(0, 0, 0, 0.8);
z-index: 1000;
animation: fade-in 0.2s ease-in-out;
@keyframes fade-in {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
li {
color: white;