]> 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 4fa72232712441172142a999fad5b0973866375e..e10663c43d5029de88da29c660305ae203b4ff44 100644 (file)
@@ -26,15 +26,21 @@ 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);
+  background-color: var(--mainBackgroundColor);
   font-size: 14px;
 }