jlong / css-spinners

Simple CSS spinners and throbbers made with CSS and minimal HTML markup.
http://www.css-spinners.com
MIT License
923 stars 157 forks source link

Add color options #21

Closed BransonGitomeh closed 9 years ago

BransonGitomeh commented 9 years ago

or is there a way to specify whatever color i want?

like ie whirly-blue

jlong commented 9 years ago

If you use the Sass version you can set the color variable for the Whirly. Just do it before you import the library:

$whirly-loader-color: red;

See: https://github.com/jlong/css-spinners/blob/master/sass/spinner/whirly.scss