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:
parent
7560c2fc59
commit
9fe60035f6
@ -155,7 +155,7 @@ emoji-link
|
|||||||
left: -200px;
|
left: -200px;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
height: 4px;
|
height: 4px;
|
||||||
background-color: #2980b9;
|
background-color: #888;
|
||||||
animation: page-loading 1.5s linear infinite;
|
animation: page-loading 1.5s linear infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -126,7 +126,7 @@ emoji-link
|
|||||||
left: -200px;
|
left: -200px;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
height: 4px;
|
height: 4px;
|
||||||
background-color: #2980b9;
|
background-color: #888;
|
||||||
animation: page-loading 1.5s linear infinite;
|
animation: page-loading 1.5s linear infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user