added donation callout and non responsive warning

This commit is contained in:
2024-02-11 02:00:58 +01:00
parent 4203d75241
commit af2aab301c
10 changed files with 94 additions and 12 deletions

View File

@@ -35,7 +35,7 @@ main {
background-size: 500px;
background-clip: text;
-webkit-text-fill-color: transparent;
animation: shine 5s infinite linear;
animation: shine 3s infinite linear;
animation-fill-mode: forwards;
text-size-adjust: none;
}
@@ -88,7 +88,7 @@ main {
@keyframes shine {
0% {
background-position: -500px;
background-position: -200px;
}
100% {
background-position: 500px;