aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--client/src/sass/player/dock.scss8
1 files changed, 6 insertions, 2 deletions
diff --git a/client/src/sass/player/dock.scss b/client/src/sass/player/dock.scss
index 79600ac93..4fa1ebd54 100644
--- a/client/src/sass/player/dock.scss
+++ b/client/src/sass/player/dock.scss
@@ -8,12 +8,16 @@
8 @include padding-right(60px); 8 @include padding-right(60px);
9 9
10 padding: $dock-padding; 10 padding: $dock-padding;
11 background: linear-gradient(to bottom, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%); 11 background: linear-gradient(to bottom, rgba(20, 20, 20, .7) 0, rgba(20, 20, 20, 0));
12 }
13
14 .vjs-dock-title {
15 font-weight: $font-semibold;
12 } 16 }
13 17
14 .vjs-dock-title, 18 .vjs-dock-title,
15 .vjs-dock-description { 19 .vjs-dock-description {
16 text-shadow: 0 0 2px rgba(0, 0, 0, .5); 20 text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
17 } 21 }
18 22
19 .vjs-dock-description { 23 .vjs-dock-description {