Make color of loading indicator a bit nicer
This commit is contained in:
parent
7c85f5474a
commit
ffaad25111
|
@ -107,9 +107,9 @@ emoji-link
|
||||||
#page-load-indicator
|
#page-load-indicator
|
||||||
{
|
{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 4px;
|
height: 2px;
|
||||||
background-color: blue;
|
background-color: #4CC;
|
||||||
opacity: 1;
|
opacity: 0.8;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
Loading…
Reference in New Issue