diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-28 11:29:54 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-28 11:29:54 +0200 |
commit | a334597283a3384fa4df7b6b25fd2a9ff9221467 (patch) | |
tree | 1125357d4486d8b9a52750f44697cae607e217da /client/src/sass/application.scss | |
parent | 4c8a099198cd3af049847df91140735354b85a92 (diff) | |
download | PeerTube-a334597283a3384fa4df7b6b25fd2a9ff9221467.tar.gz PeerTube-a334597283a3384fa4df7b6b25fd2a9ff9221467.tar.zst PeerTube-a334597283a3384fa4df7b6b25fd2a9ff9221467.zip |
Theme fixes
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 1 |
1 files changed, 1 insertions, 0 deletions
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 { | |||
43 | --inputForegroundColor: #{$input-foreground-color}; | 43 | --inputForegroundColor: #{$input-foreground-color}; |
44 | --inputBackgroundColor: #{$input-background-color}; | 44 | --inputBackgroundColor: #{$input-background-color}; |
45 | --inputPlaceholderColor: #{$input-placeholder-color}; | 45 | --inputPlaceholderColor: #{$input-placeholder-color}; |
46 | --inputBorderColor: #{$input-border-color}; | ||
46 | 47 | ||
47 | --textareaForegroundColor: #{$textarea-foreground-color}; | 48 | --textareaForegroundColor: #{$textarea-foreground-color}; |
48 | --textareaBackgroundColor: #{$textarea-background-color}; | 49 | --textareaBackgroundColor: #{$textarea-background-color}; |