diff options
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/_mixins.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/sass/_mixins.scss b/client/src/sass/_mixins.scss index e44cf064d..7f1063414 100644 --- a/client/src/sass/_mixins.scss +++ b/client/src/sass/_mixins.scss | |||
@@ -31,6 +31,10 @@ | |||
31 | background-color: $orange-color; | 31 | background-color: $orange-color; |
32 | padding: 0 17px 0 13px; | 32 | padding: 0 17px 0 13px; |
33 | cursor: pointer; | 33 | cursor: pointer; |
34 | |||
35 | &:hover { | ||
36 | background-color: #F97D46; | ||
37 | } | ||
34 | } | 38 | } |
35 | 39 | ||
36 | @mixin peertube-button-link { | 40 | @mixin peertube-button-link { |