Don't use a gradient
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
@@ -76,8 +76,7 @@
|
|||||||
height: calc(
|
height: calc(
|
||||||
16px + 20px + 16px
|
16px + 20px + 16px
|
||||||
); /* top padding + button size + buttom padding */
|
); /* top padding + button size + buttom padding */
|
||||||
background-image: linear-gradient(to bottom, var(--background), transparent);
|
background-color: var(--background-85);
|
||||||
opacity: 0.8;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.videoTile:hover .button {
|
.videoTile:hover .button {
|
||||||
|
|||||||
Reference in New Issue
Block a user