You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
175 B
5 lines
175 B
.turbo-progress-bar {
|
|
height: 10px;
|
|
background: rgb(0,0,0);
|
|
background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,192,250,1) 35%, rgba(0,32,249,1) 100%);
|
|
}
|