]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/include/_miniature.scss
Add search bars for a user's videos and playlist library
[github/Chocobozzz/PeerTube.git] / client / src / sass / include / _miniature.scss
index 56126d41f9e91950bf87b01a5f7b15374c6dadd1..b0e07d61a1823da78d8f152b895e4cfa78afa396 100644 (file)
@@ -45,7 +45,7 @@ $play-overlay-width: 18px;
     width: inherit;
     height: inherit;
     opacity: 0;
-    background-color: rgba(0, 0, 0, 0.7);
+    background-color: rgba(0, 0, 0, 0.3);
 
     &, .icon {
       transition: all $play-overlay-transition;
@@ -205,6 +205,7 @@ $play-overlay-width: 18px;
     color: $grey-foreground-color;
     margin-bottom: 10px;
     font-weight: $font-semibold;
+    text-decoration: none;
   }
 
   @media screen and (max-width: $mobile-view) {