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.

4 lines
178 B

3 months ago
  1. .turbo-progress-bar {
  2. height: 10px;
  3. background: rgb(0, 0, 0);
  4. background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 192, 250, 1) 35%, rgba(0, 32, 249, 1) 100%);
  5. }