Explicit theme colors for inputs and textarea
[oweals/peertube.git] / client / src / sass / application.scss
index d637c94d98274d988527ab17de7e41237a6f29c8..03935307744c984301485cfda06e8ffa2d1cab23 100644 (file)
@@ -35,9 +35,11 @@ body {
   --menuForegroundColor: #{$menu-color};
   --submenuColor: #{$sub-menu-color};
 
+  --inputForegroundColor: #{$input-foreground-color};
   --inputBackgroundColor: #{$input-background-color};
   --inputPlaceholderColor: #{$input-placeholder-color};
 
+  --textareaForegroundColor: #{$textarea-foreground-color};
   --textareaBackgroundColor: #{$textarea-background-color};
 
   --actionButtonColor: #{$grey-foreground-color};