X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Fapplication.scss;h=224efbffd56898689e54c27f53ceac62b11a9025;hb=d12b40fb96d56786a96c06a621f3d8e0a0d24f4a;hp=add01fb71e81d064a806a50305300fd6db5c8720;hpb=fba911e2c89708a166636e3a93fcd8fcbc3de7e1;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index add01fb71..224efbffd 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -43,6 +43,7 @@ body { --inputForegroundColor: #{$input-foreground-color}; --inputBackgroundColor: #{$input-background-color}; --inputPlaceholderColor: #{$input-placeholder-color}; + --inputBorderColor: #{$input-border-color}; --textareaForegroundColor: #{$textarea-foreground-color}; --textareaBackgroundColor: #{$textarea-background-color};