]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/application.scss
miniature duration visibility and overlay background opacity
[github/Chocobozzz/PeerTube.git] / client / src / sass / application.scss
index 5386e3bb30f369a7603e42ffbcee98b01276309b..e10663c43d5029de88da29c660305ae203b4ff44 100644 (file)
@@ -26,12 +26,17 @@ body {
   --mainHoverColor: #{$orange-hover-color};
   --mainBackgroundColor: #{$bg-color};
   --mainForegroundColor: #{$fg-color};
+
   --menuBackgroundColor: #{$menu-background};
   --menuForegroundColor: #{$menu-color};
   --submenuColor: #{$sub-menu-color};
+
   --inputColor: #{$input-background-color};
   --inputPlaceholderColor: #{$input-placeholder-color};
 
+  --supportButtonBackgroundColor: #{$support-button};
+  --supportButtonColor: #{$white};
+
   font-family: $main-fonts;
   font-weight: $font-regular;
   color: var(--mainForegroundColor);