Make logos 0.3 opacity

This commit is contained in:
natsoni
2024-07-31 12:19:07 +02:00
parent 87d2f6cf90
commit 5314f35974
2 changed files with 1 additions and 18 deletions

View File

@@ -32,21 +32,4 @@
top: -1px;
margin-right: 3px;
}
.highlight {
filter: drop-shadow(0 0 5px #905cf4);
animation: pulse 1s infinite;
}
}
@keyframes pulse {
0% {
transform: scale(1);
}
50% {
transform: scale(1.2);
}
100% {
transform: scale(1);
}
}