aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/player/peertube-skin.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/player/peertube-skin.scss')
-rw-r--r--client/src/sass/player/peertube-skin.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/client/src/sass/player/peertube-skin.scss b/client/src/sass/player/peertube-skin.scss
index 92923a129..1fc744e67 100644
--- a/client/src/sass/player/peertube-skin.scss
+++ b/client/src/sass/player/peertube-skin.scss
@@ -85,9 +85,10 @@ body {
85 background-image: url('#{$assets-path}/player/images/big-play-button.svg'); 85 background-image: url('#{$assets-path}/player/images/big-play-button.svg');
86 } 86 }
87 87
88 &:hover { 88 &.focus-visible, &:hover {
89 opacity: 0.8; 89 background-color: var(--mainColor);
90 } 90 }
91
91 } 92 }
92 93
93 // Small effect when we click on the play button 94 // Small effect when we click on the play button