changed transition color

This commit is contained in:
Stefan Friese 2025-02-13 15:46:55 +00:00
parent 9e33737e67
commit 23046e026d
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ span.ps1 {
/* max-width: 80ch; */
}
@keyframes changeColor {
from { color: var(--error-color) };
from { color: var(--command-color) };
to { color: var(--text-color) };
}