mirror of
https://gitlab.com/brutaldon/brutaldon
synced 2025-06-05 21:49:32 +02:00
Make page loading indicator color more neutral
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user