diff --git a/build/icon.ico b/build/icon.ico old mode 100755 new mode 100644 index b49df2930d9b..baac2aac70e2 Binary files a/build/icon.ico and b/build/icon.ico differ diff --git a/build/icon.png b/build/icon.png index 5c3b5e46a1b7..b0f61b8541ce 100644 Binary files a/build/icon.png and b/build/icon.png differ diff --git a/build/icons/512x512.png b/build/icons/512x512.png index 680f546adff7..b0f61b8541ce 100644 Binary files a/build/icons/512x512.png and b/build/icons/512x512.png differ diff --git a/static/splash.html b/static/splash.html index 50865b9676fa..4a65c4268806 100644 --- a/static/splash.html +++ b/static/splash.html @@ -69,20 +69,20 @@ height: 2px; top: -2px; } - + .glow{ height: 100%; display: flex; transform: translateZ(0); } - + .glow div{ flex: 1; background: #3d90ce; animation: glow 0.8s infinite alternate ease; box-shadow: 0 0 20px #3d90ce; } - + .glow div.b1{ animation-delay: -0.72s; } .glow div.b2{ animation-delay: -0.64s; } .glow div.b3{ animation-delay: -0.56s; } @@ -93,7 +93,7 @@ .glow div.b8{ animation-delay: -0.16s; } .glow div.b9{ animation-delay: -0.08s; } - + @keyframes glow{ 100% { background: transparent; @@ -114,7 +114,19 @@
- Asset 2 + + + + + + + + + + + + +