Make color of loading indicator a bit nicer

This commit is contained in:
Jason McBrayer 2018-09-03 12:21:32 -04:00
parent 7c85f5474a
commit ffaad25111
1 changed files with 3 additions and 3 deletions

View File

@ -107,9 +107,9 @@ emoji-link
#page-load-indicator
{
width: 100%;
height: 4px;
background-color: blue;
opacity: 1;
height: 2px;
background-color: #4CC;
opacity: 0.8;
position: fixed;
top: 0;
left: 0;