Skip to content

Commit 77e8df9

Browse files
chore: small tweaks
1 parent 22fa40e commit 77e8df9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

main.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,9 @@ a:active {
273273
font-size: 36px;
274274
margin: 0;
275275
line-height: 60px;
276+
}
277+
278+
.video-wrapper h4 {
276279
color: #ed1543;
277280
}
278281

@@ -865,7 +868,7 @@ a:active {
865868
z-index: 100;
866869
left: 0;
867870
right: 0;
868-
top: -1px;
871+
top: -2px;
869872
bottom: 0;
870873
width: 100%;
871874
background: url("img/video-poster.png") center center no-repeat;
@@ -912,4 +915,8 @@ a:active {
912915
padding: 2px 4px;
913916
border-radius: 2px;
914917
margin-right: 2px;
918+
}
919+
920+
.plyr__poster {
921+
display: none !important;
915922
}

0 commit comments

Comments
 (0)