1
0
mirror of https://gitlab.com/brutaldon/brutaldon.git synced 2024-12-04 14:46:24 -05:00

Make page loading indicator color more neutral

This commit is contained in:
Jason F. McBrayer 2018-09-05 10:56:51 -04:00
parent 7560c2fc59
commit 9fe60035f6
2 changed files with 2 additions and 2 deletions

View File

@ -155,7 +155,7 @@ emoji-link
left: -200px;
width: 200px;
height: 4px;
background-color: #2980b9;
background-color: #888;
animation: page-loading 1.5s linear infinite;
}

View File

@ -126,7 +126,7 @@ emoji-link
left: -200px;
width: 200px;
height: 4px;
background-color: #2980b9;
background-color: #888;
animation: page-loading 1.5s linear infinite;
}