diff --git a/brutaldon/static/css/brutaldon-dark.css b/brutaldon/static/css/brutaldon-dark.css index fc26170..f972f50 100644 --- a/brutaldon/static/css/brutaldon-dark.css +++ b/brutaldon/static/css/brutaldon-dark.css @@ -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; } diff --git a/brutaldon/static/css/brutaldon.css b/brutaldon/static/css/brutaldon.css index f270b79..02a435a 100644 --- a/brutaldon/static/css/brutaldon.css +++ b/brutaldon/static/css/brutaldon.css @@ -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; }