Use blue for the spinner color. H/t @carljbowman

This commit is contained in:
Ray Schamp 2015-11-04 14:30:58 -05:00
parent 6f50282fc3
commit 0420457bdc

View file

@ -17,7 +17,7 @@
animation: circleFadeDelay 1.2s infinite ease-in-out both; animation: circleFadeDelay 1.2s infinite ease-in-out both;
margin: 0 auto; margin: 0 auto;
border-radius: 100%; border-radius: 100%;
background-color: $overlay-gray; background-color: darken($ui-blue, 8%);
width: 15%; width: 15%;
height: 15%; height: 15%;
content: ""; content: "";