This commit is contained in:
tim
2025-01-16 20:17:03 -04:00
parent 19a8ffbbd4
commit 0545cd6e97
51 changed files with 482 additions and 436 deletions

View File

@@ -41,10 +41,10 @@ watchEffect(pulse)
@keyframes pulse {
0% {
background-color: gray;
background-color: #888;
}
100% {
background-color: white;
background-color: inherit;
}
}
</style>
</style>