]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/loading-bar.scss
Improve abstract videos list
[github/Chocobozzz/PeerTube.git] / client / src / sass / loading-bar.scss
index d34bf83ee69e8cd2f0ebf305ff050068cdda15b4..7d687d479c81bb942fc83aad2eef5c5cd035b401 100644 (file)
@@ -9,7 +9,7 @@
   -moz-transition: 350ms linear all;
   -o-transition: 350ms linear all;
   transition: 350ms linear all;
-  color: #29d;
+  color: var(--mainColor);
 }
 
 #loading-bar .bar {
@@ -18,7 +18,7 @@
   -o-transition: width 350ms;
   transition: width 350ms;
 
-  background: #29d;
+  background: var(--mainColor);
   position: fixed;
   z-index: 10002;
   top: 0;