mirror of
https://github.com/Kugelschieber/schnittfest.git
synced 2026-01-18 10:20:27 +00:00
Replaced wordmark and more.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user