mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Use blue for the spinner color. H/t @carljbowman
This commit is contained in:
parent
6f50282fc3
commit
0420457bdc
1 changed files with 1 additions and 1 deletions
|
@ -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: "";
|
||||||
|
|
Loading…
Reference in a new issue