diff --git a/static/stylesheet.css b/static/stylesheet.css index 6cd6388..cbf53ed 100644 --- a/static/stylesheet.css +++ b/static/stylesheet.css @@ -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) }; }