diff --git a/css/index.styl b/css/index.styl index 6afa825..9ad7fe1 100644 --- a/css/index.styl +++ b/css/index.styl @@ -1,5 +1,6 @@ beige = #F9F2E7 dark-gray = #333 +darker-light-gray = #ddd gray = #777 green = #8FBE00 light-blue = #40C0CB @@ -102,7 +103,7 @@ p { .spinner-name { font: bold 18px/20px "Quicksand", sans-serif text-align: center - color: dark-gray + color: light-gray overflow: hidden text-overflow: ellipsis white-space: nowrap @@ -114,7 +115,7 @@ p { .spinner-size { font: italic 12px/20px "Quicksand", sans-serif text-align: center - color: gray + color: darker-light-gray overflow: hidden text-overflow: ellipsis white-space: nowrap diff --git a/images/spinner-pizza.png b/images/spinner-pizza.png new file mode 100644 index 0000000..d122a40 Binary files /dev/null and b/images/spinner-pizza.png differ