diff --git a/src/splash/index.html b/src/splash/index.html index 04d38e2..9110411 100644 --- a/src/splash/index.html +++ b/src/splash/index.html @@ -2,7 +2,7 @@
Starting...
-
+
@@ -64,7 +64,7 @@ width: 100%; } - #bar-container, #bar-fill { + #barContainer, #barFill { width: 180px; height: 8px; @@ -73,14 +73,14 @@ visibility: hidden; } - #bar-container { + #barContainer { background-color: var(--background-secondary); position: relative; margin-top: 12px; } - #bar-fill { + #barFill { background-color: var(--brand-experiment); width: 0; } @@ -98,29 +98,20 @@