ConnorAtherton / loaders.css

Delightful, performance-focused pure css loading animations.
https://connoratherton.com/loaders
10.22k stars 1.22k forks source link

Change foreground color? #68

Closed Zzzen closed 8 years ago

Zzzen commented 8 years ago

The background color of my page is white, so it becomes invisible.

letehaha commented 8 years ago

Changed background-color in ur loader code?

Parthchokshi commented 8 years ago
.loader-inner.ball-pulse div{
  background-color: #D32F2F;
}

This works. It is coded per div. The more div's you increase you can put more individual loaders.

So you can also pick each individual ball and color it differently with nth-child property which is amazing.

ConnorAtherton commented 8 years ago

@Parthchokshi Thanks for answering this! Yes, the solution is to override any values you have in your stylesheet.