mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
reverse colors in progress bar
This commit is contained in:
parent
f1b86282ad
commit
26857e8563
1 changed files with 2 additions and 2 deletions
|
@ -41,12 +41,12 @@ information on how to enable the `/voice` command.
|
|||
#progress-bar {
|
||||
width: 100px;
|
||||
height: 20px;
|
||||
background-color: #f0f0f0;
|
||||
background-color: #333;
|
||||
margin-left: 10px;
|
||||
}
|
||||
#progress {
|
||||
height: 100%;
|
||||
background-color: #333;
|
||||
background-color: #f0f0f0;
|
||||
animation: progress 3s infinite;
|
||||
}
|
||||
@keyframes progress {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue